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)
466CpuMathUtils.AddScale(defaultScale, src, dst, dst.Length);
Microsoft.ML.Data (4)
Deprecated\Vector\VBufferMathUtils.cs (2)
179CpuMathUtils.AddScale(c, srcValues, editor.Values, src.Length); 256CpuMathUtils.AddScale(c, srcValues, values, srcValues.Length);
Deprecated\Vector\VectorUtils.cs (2)
451CpuMathUtils.AddScale(c, srcValues, dst, srcValues.Length); 504CpuMathUtils.AddScale(c, src, dst, src.Length);