Element-wise check if values are finite (not Inf, -Inf, or NaN).
Arguments
- operand
(
tensorish)
Operand.
Value
tensorish
Has the same shape as the input and boolean data type.
See also
nvl_is_finite() for the underlying primitive.
Element-wise check if values are finite (not Inf, -Inf, or NaN).
(tensorish)
Operand.
tensorish
Has the same shape as the input and boolean data type.
nvl_is_finite() for the underlying primitive.