openvino.runtime.opset12.is_finite¶
- openvino.runtime.opset12.is_finite(data: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], name: Optional[str] = None) openvino._pyopenvino.Node ¶
Performs element-wise mapping from NaN and Infinity to False. Other values are mapped to True.
- Parameters
data – A tensor of floating-point numeric type and arbitrary shape.
name – Optional name for the output node. The default is None.
- Returns
Node representing is_finite operation.