IsNaN - version 13#

This page documents version 13 of operator IsNaN. See IsNaN for the latest version (since version 20).

  • Domain: ai.onnx

  • Since version: 13

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(bfloat16), tensor(double), tensor(float), tensor(float16).

  • T2: Constrain output types to boolean tensors. Allowed types: tensor(bool).

Differences with previous version (9)#

SchemaDiff: IsNaN (domain 'ai.onnx')

  • old version: 9

  • new version: 13

  • breaking: no

Type constraints:

  • changed ‘T1’: added types: [‘tensor(bfloat16)’]