5 references to TryBinaryInvokeHalfAsInt16
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\TensorPrimitives.CopySign.cs (1)
48if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, CopySignOperator<float>>(x, sign, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Divide.cs (1)
55if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, DivideOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Log.cs (1)
88if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, LogBaseOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Remainder.cs (1)
55if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, RemainderOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Subtract.cs (1)
54if (typeof(T) == typeof(Half) && TryBinaryInvokeHalfAsInt16<T, SubtractOperator<float>>(x, y, destination))