3 references to TryBinaryInvokeHalfAsInt16
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Divide.cs (1)
81
if (typeof(T) == typeof(Half) &&
TryBinaryInvokeHalfAsInt16
<T, DivideOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Remainder.cs (1)
81
if (typeof(T) == typeof(Half) &&
TryBinaryInvokeHalfAsInt16
<T, RemainderOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Subtract.cs (1)
79
if (typeof(T) == typeof(Half) &&
TryBinaryInvokeHalfAsInt16
<T, SubtractOperator<float>>(x, y, destination))