openvino.runtime.opset14.is_nan#
- openvino.runtime.opset14.is_nan(data: Node | int | float | ndarray, name: str | None = None) Node #
Performs element-wise mapping from NaN to True. Other values are mapped to False.
- Parameters:
data – A tensor of floating point numeric type and arbitrary shape.
name – Optional name for the output node. Default is None.
- Returns:
Node representing is_nan operation.