warp.max#
- warp.max(a: Scalar, b: Scalar) Scalar#
Kernel
Differentiable
Compute the maximum value.
- warp.max(
- a: Vector[Any, Scalar],
- b: Vector[Any, Scalar],
Kernel
Differentiable
Compute the maximum value.
- Returns:
The element-wise maximum of
aandb.
- warp.max(a: Vector[Any, Scalar]) Scalar
Kernel
Differentiable
Compute the maximum value.
- Returns:
The maximum element of
a.