Element-wise check if values are finite (not Inf, -Inf, or NaN).
Arguments
- operand
(
tensorish)
Tensorish value of data type floating-point.
Value
tensorish
Has the same shape as the input and boolean data type.
It is ambiguous if the input is ambiguous.
StableHLO
Lowers to stablehlo::hlo_is_finite().