warp.max#
- warp.max(a: Scalar, b: Scalar) Scalar#
Kernel
Differentiable
Compute the maximum value.
On float types, NaN is treated as missing (C
fmaxsemantics): the operation returns the non-NaN operand when exactly one is NaN, and NaN only when both are NaN.
- warp.max( ) Vector[Scalar, Any]
Kernel
Differentiable
Compute the maximum value.
- Returns:
The element-wise maximum of
aandb.