2 references to MultiplyAdd
Microsoft.ML.CpuMath (2)
CpuMathUtils.cs (2)
75TensorPrimitives.MultiplyAdd(source.Slice(0, count), scale, destination.Slice(0, count), destination);
97TensorPrimitives.MultiplyAdd(source.Slice(0, count), scale, destination.Slice(0, count), result.Slice(0, count));