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],
) Vector[Any, Scalar]
  • Kernel

  • Differentiable

Compute the maximum value.

Returns:

The element-wise maximum of a and b.

warp.max(a: Vector[Any, Scalar]) Scalar
  • Kernel

  • Differentiable

Compute the maximum value.

Returns:

The maximum element of a.