4 references to AddScale
Microsoft.ML.CpuMath.PerformanceTests (1)
SmallInputCpuMathPerformanceTests.cs (1)
37=> CpuMathUtils.AddScale(DefaultScale, src, idx, dst, arrayLength);
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
490CpuMathUtils.AddScale(defaultScale, src, idx, dst, limit);
Microsoft.ML.Data (2)
Deprecated\Vector\VBufferMathUtils.cs (2)
181CpuMathUtils.AddScale(c, srcValues, src.GetIndices(), editor.Values, srcValues.Length); 258CpuMathUtils.AddScale(c, srcValues, src.GetIndices(), values, srcValues.Length);