6 references to AddScale
Microsoft.ML.CpuMath.PerformanceTests (1)
SmallInputCpuMathPerformanceTests.cs (1)
33
=> CpuMathUtils.
AddScale
(DefaultScale, src, dst, arrayLength);
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
466
CpuMathUtils.
AddScale
(defaultScale, src, dst, dst.Length);
Microsoft.ML.Data (4)
Deprecated\Vector\VBufferMathUtils.cs (2)
179
CpuMathUtils.
AddScale
(c, srcValues, editor.Values, src.Length);
256
CpuMathUtils.
AddScale
(c, srcValues, values, srcValues.Length);
Deprecated\Vector\VectorUtils.cs (2)
451
CpuMathUtils.
AddScale
(c, srcValues, dst, srcValues.Length);
504
CpuMathUtils.
AddScale
(c, src, dst, src.Length);