openvino.runtime.opset10.is_finite#

openvino.runtime.opset10.is_finite(data: Node | int | float | ndarray, name: str | None = None) 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.