3 references to Max
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorHelpers.cs (2)
88intermediateShape[^i] = Math.Max(intermediateShape[^i], shape1[^i]); 92intermediateShape[^i] = Math.Max(intermediateShape[^i], shape2[^i]);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
698public static nint Max(nint x, nint y) => Math.Max(x, y);