10 references to MultiplyAddOperator_Single
System.Numerics.Tensors (10)
System\Numerics\Tensors\netcore\TensorPrimitives.MultiplyAdd.cs (6)
31if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, MultiplyAddOperator<float>>(x, y, addend, destination)) 36InvokeSpanSpanSpanIntoSpan<T, MultiplyAddOperator<T>>(x, y, addend, destination); 60if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, MultiplyAddOperator<float>>(x, y, addend, destination)) 65InvokeSpanSpanScalarIntoSpan<T, MultiplyAddOperator<T>>(x, y, addend, destination); 88if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, MultiplyAddOperator<float>>(x, y, addend, destination)) 93InvokeSpanScalarSpanIntoSpan<T, MultiplyAddOperator<T>>(x, y, addend, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
27global using MultiplyAddOperator_Single = System.Numerics.Tensors.TensorPrimitives.MultiplyAddOperator<float>;
System\Numerics\Tensors\TensorPrimitives.Single.cs (3)
619InvokeSpanSpanSpanIntoSpan<MultiplyAddOperator_Single>(x, y, addend, destination); 640InvokeSpanSpanScalarIntoSpan<MultiplyAddOperator_Single>(x, y, addend, destination); 660InvokeSpanScalarSpanIntoSpan<MultiplyAddOperator_Single>(x, y, addend, destination);