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