5 references to Add
Microsoft.ML.CpuMath.PerformanceTests (1)
SmallInputCpuMathPerformanceTests.cs (1)
45=> CpuMathUtils.Add(src, dst, arrayLength);
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
555CpuMathUtils.Add(src, dst, dst.Length);
Microsoft.ML.Data (2)
Deprecated\Vector\VBufferMathUtils.cs (1)
151CpuMathUtils.Add(srcValues, editor.Values, src.Length);
Deprecated\Vector\VectorUtils.cs (1)
433CpuMathUtils.Add(src, dst, src.Length);
Microsoft.ML.KMeansClustering (1)
KMeansPlusPlusTrainer.cs (1)
934CpuMathUtils.Add(workStateWeights[i], weights, totalSamples);