7 references to MulElementWise
Microsoft.ML.Core.Tests (6)
UnitTests\TestVBuffer.cs (6)
151VectorUtils.MulElementWise(in a, ref a2DenseVbuff); 174VectorUtils.MulElementWise(in a2DenseVbuff, ref a); 192VectorUtils.MulElementWise(in a, ref a2); 212VectorUtils.MulElementWise(in a, ref a2); 240VectorUtils.MulElementWise(in a, ref a2); 266VectorUtils.MulElementWise(in a, ref b);
Microsoft.ML.StandardTrainers (1)
Standard\LinearModelParameters.cs (1)
282VectorUtils.MulElementWise(in weights, ref contributions);