:nosearch: .. _op_ai_onnx_IsNaN-9: IsNaN - version 9 ================= This page documents version **9** of operator **IsNaN**. See :doc:`IsNaN` for the latest version (since version 20). - **Domain**: ``ai.onnx`` - **Since version**: 9 Returns which elements of the input are NaN. **Inputs** - **X** (*T1*): input **Outputs** - **Y** (*T2*): output **Type Constraints** - **T1**: Constrain input types to float tensors. Allowed types: tensor(double), tensor(float), tensor(float16). - **T2**: Constrain output types to boolean tensors. Allowed types: tensor(bool).