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)
555
CpuMathUtils.
Add
(src, dst, dst.Length);
Microsoft.ML.Data (2)
Deprecated\Vector\VBufferMathUtils.cs (1)
151
CpuMathUtils.
Add
(srcValues, editor.Values, src.Length);
Deprecated\Vector\VectorUtils.cs (1)
433
CpuMathUtils.
Add
(src, dst, src.Length);
Microsoft.ML.KMeansClustering (1)
KMeansPlusPlusTrainer.cs (1)
934
CpuMathUtils.
Add
(workStateWeights[i], weights, totalSamples);