2 references to ClampOperatorMaxXMin
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Clamp.cs (2)
208
if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T,
ClampOperatorMaxXMin
<float>>(max, x, min, destination))
213
InvokeSpanScalarScalarIntoSpan<T,
ClampOperatorMaxXMin
<T>>(max, x, min, destination);