3 references to AddScaleCopy
Microsoft.ML.CpuMath.PerformanceTests (1)
SmallInputCpuMathPerformanceTests.cs (1)
41=> CpuMathUtils.AddScaleCopy(DefaultScale, src, dst, result, arrayLength);
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
523CpuMathUtils.AddScaleCopy(defaultScale, src, dst, result, dst.Length);
Microsoft.ML.Data (1)
Deprecated\Vector\VBufferMathUtils.cs (1)
209CpuMathUtils.AddScaleCopy(c, srcValues, dst.GetValues(), editor.Values, length);