8 references to TryMinMaxHalfAsInt16
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\TensorPrimitives.Max.cs (1)
31if (typeof(T) == typeof(Half) && TryMinMaxHalfAsInt16<T, MaxOperator<float>>(x, out T result))
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitude.cs (1)
29if (typeof(T) == typeof(Half) && TryMinMaxHalfAsInt16<T, MaxMagnitudeOperator<float>>(x, out T result))
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitudeNumber.cs (1)
30if (typeof(T) == typeof(Half) && TryMinMaxHalfAsInt16<T, MaxMagnitudeNumberOperator<float>>(x, out T result))
System\Numerics\Tensors\netcore\TensorPrimitives.MaxNumber.cs (1)
30if (typeof(T) == typeof(Half) && TryMinMaxHalfAsInt16<T, MaxNumberOperator<float>>(x, out T result))
System\Numerics\Tensors\netcore\TensorPrimitives.Min.cs (1)
29if (typeof(T) == typeof(Half) && TryMinMaxHalfAsInt16<T, MinOperator<float>>(x, out T result))
System\Numerics\Tensors\netcore\TensorPrimitives.MinMagnitude.cs (1)
29if (typeof(T) == typeof(Half) && TryMinMaxHalfAsInt16<T, MinMagnitudeOperator<float>>(x, out T result))
System\Numerics\Tensors\netcore\TensorPrimitives.MinMagnitudeNumber.cs (1)
30if (typeof(T) == typeof(Half) && TryMinMaxHalfAsInt16<T, MinMagnitudeNumberOperator<float>>(x, out T result))
System\Numerics\Tensors\netcore\TensorPrimitives.MinNumber.cs (1)
30if (typeof(T) == typeof(Half) && TryMinMaxHalfAsInt16<T, MinNumberOperator<float>>(x, out T result))