3 references to MulElementWise
Microsoft.ML.CpuMath.PerformanceTests (1)
SmallInputCpuMathPerformanceTests.cs (1)
53=> CpuMathUtils.MulElementWise(src1, src2, dst, arrayLength);
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
619CpuMathUtils.MulElementWise(src1, src2, dst, dst.Length);
Microsoft.ML.Data (1)
Deprecated\Vector\VectorUtils.cs (1)
167CpuMathUtils.MulElementWise(a.GetValues(), dst.GetValues(), editor.Values, a.Length);