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