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