You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename input arguments of methods in src\Microsoft.ML.CpuMath\CpuMathUtils.netcoreapp.cs and src\Microsoft.ML.CpuMath\Sse.cs, to make them more informative, e.g.:
for MatTimesSrc, change tran into transpose
for a and b, change them into src and dst
The text was updated successfully, but these errors were encountered:
@jwood803: Thanks for your kind help! According to previous PR reviews, there were voices to change a into scale, but not so sure about src and dst. Adding @eerhardt and @tannergooding since they also raised new naming suggestions earlier.
Style changes needed to solve part of #823
Details
src\Microsoft.ML.CpuMath\CpuMathUtils.netcoreapp.cs
andsrc\Microsoft.ML.CpuMath\Sse.cs
, to make them more informative, e.g.:for
MatTimesSrc
, changetran
intotranspose
for
a
andb
, change them intosrc
anddst
The text was updated successfully, but these errors were encountered: