IsNaN - 9 vs 13

Next section compares an older to a newer version of the same operator after both definition are converted into markdown text. Green means an addition to the newer version, red means a deletion. Anything else is unchanged.

Files changed (1) hide show
  1. IsNaN9 → IsNaN13 +1 -1
IsNaN9 → IsNaN13 RENAMED
@@ -1 +1 @@
1
1
  Returns which elements of the input are NaN.
2
2
  ### Inputs
3
3
  - **X** (heterogeneous) - **T1**:
4
4
  input
5
5
  ### Outputs
6
6
  - **Y** (heterogeneous) - **T2**:
7
7
  output
8
8
  ### Type Constraints
9
- * **T1** in ( tensor(double), tensor(float), tensor(float16) ):
9
+ * **T1** in ( tensor(bfloat16), tensor(double), tensor(float), tensor(float16) ):
10
10
  Constrain input types to float tensors.
11
11
  * **T2** in ( tensor(bool) ):
12
12
  Constrain output types to boolean tensors.