Element-wise minimum of two arrays.
Arguments
- lhs, rhs
(
arrayish)
Arrayish values of any data type. Must have the same shape.
Value
arrayish
Has the same shape and data type as the inputs.
It is ambiguous if both inputs are ambiguous.
StableHLO
Lowers to stablehlo::hlo_minimum().