Skip to content

Commit db9a0e8

Browse files
authored
Create release 1.8.0 (#893)
Create release 1.8.0 with updates in - ONNX_VERSION_NUMBER: ONNX version numbmer - VERSION_NUMBER: ONNX-TF version number - .github/workflows/test-backend.yml: versions for ONNX and TF - .github/workflows/test-modelzoo.yml: versions for ONNX and TF - doc/support_status.md: support status for the latest masters - doc/support_status_v1_8_0.md: support status for the release 1.8.0 Signed-off-by: Chin Huang <chhuang@us.ibm.com>
1 parent af8b6a9 commit db9a0e8

File tree

7 files changed

+384
-176
lines changed

7 files changed

+384
-176
lines changed

.github/workflows/test-backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
1717
python-version: [3.6, 3.8]
1818
onnx-version: ['onnx==1.8.0']
19-
tensorflow-version: ['tensorflow-cpu==2.3.1 tensorflow-addons==0.11.2']
19+
tensorflow-version: ['tensorflow-cpu==2.4.1 tensorflow-addons==0.12.0']
2020
include:
2121
- # Test previous versions on Linux only (regression)
2222
# - use pinned versions for previous onnx-tf release
2323
os: ubuntu-latest
2424
python-version: 3.6
25-
onnx-version: 'onnx==1.7.0'
26-
tensorflow-version: 'tensorflow-cpu==2.3.1 tensorflow-addons==0.11.2'
25+
onnx-version: 'onnx==1.8.0'
26+
tensorflow-version: 'tensorflow==2.4.1 tensorflow-addons==0.12.0'
2727
- # Test development versions on Linux only
2828
# - latest development versions
2929
# - allow failure via GitHub branch protection rule

.github/workflows/test-modelzoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: '3.6'
3232
- name: Install dependencies
3333
run: |
34-
pip install onnx==1.7.0 tensorflow-cpu==2.3.1 tensorflow-addons==0.11.2
34+
pip install onnx==1.8.0 tensorflow==2.4.1 tensorflow-addons==0.12.0
3535
pip install -e .
3636
- name: Run ModelZoo tests
3737
run: |

ONNX_VERSION_NUMBER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The specific ONNX release version that we support in the master branch of ONNX-T
4141

4242
To install the latest version of ONNX-TF via pip, run `pip install onnx-tf`.
4343

44-
Because users often have their own preferences for which variant of TensorFlow to install (i.e., a GPU version instead of a CPU version), we do not explicitly require tensorflow in the installation script. It is therefore users' responsibility to ensure that the proper variant of TensorFlow is available to ONNX-TF. Moreover, we require TensorFlow version == 2.3.1.
44+
Because users often have their own preferences for which variant of TensorFlow to install (i.e., a GPU version instead of a CPU version), we do not explicitly require tensorflow in the installation script. It is therefore users' responsibility to ensure that the proper variant of TensorFlow is available to ONNX-TF. Moreover, we require TensorFlow version == 2.4.1.
4545

4646
## Development
4747

@@ -53,7 +53,7 @@ Because users often have their own preferences for which variant of TensorFlow t
5353

5454
### Installation
5555
- Install ONNX master branch from source.
56-
- Install TensorFlow >= 2.3.1 and tensorflow-addons. (Note for TensorFlow 1.x please refer the [tf-1.x branch](https://github.com/onnx/onnx-tensorflow/tree/tf-1.x))
56+
- Install TensorFlow >= 2.4.1 and tensorflow-addons. (Note TensorFlow 1.x is no longer supported)
5757
- Run `git clone https://github.com/onnx/onnx-tensorflow.git && cd onnx-tensorflow`.
5858
- Run `pip install -e .`.
5959

VERSION_NUMBER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8.0

doc/support_status.md

Lines changed: 168 additions & 168 deletions
Large diffs are not rendered by default.

doc/support_status_v1_8_0.md

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
# ONNX-Tensorflow Support Status
2+
|||
3+
|-:|:-|
4+
|ONNX-Tensorflow Version|v1.8.0|
5+
|ONNX Version|1.8.1|
6+
|Tensorflow Version|v2.4.1|
7+
8+
Notes:
9+
* Values that are new or updated from a previous opset version are in bold.
10+
* -: not defined in corresponding ONNX opset version
11+
* \*: the operator is deprecated
12+
* :small_red_triangle:: not supported yet
13+
* :small_orange_diamond:: partially supported
14+
* the rest are all supported
15+
16+
||||||||||||||||
17+
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
18+
|**ONNX Operator**|**Opset 1**|**Opset 2**|**Opset 3**|**Opset 4**|**Opset 5**|**Opset 6**|**Opset 7**|**Opset 8**|**Opset 9**|**Opset 10**|**Opset 11**|**Opset 12**|**Opset 13**|**ONNX Operator**|
19+
|Abs|**1**|1|1|1|1|**6**|6|6|6|6|6|6|**13**|Abs|
20+
|Acos|-|-|-|-|-|-|**7**|7|7|7|7|7|7|Acos|
21+
|Acosh|-|-|-|-|-|-|-|-|**9**|9|9|9|9|Acosh|
22+
|Add|**1**|1|1|1|1|**6**|**7**|7|7|7|7|7|**13**|Add|
23+
|And|**1**|1|1|1|1|1|**7**|7|7|7|7|7|7|And|
24+
|ArgMax|**1**|1|1|1|1|1|1|1|1|1|**11**|**12**|**13**|ArgMax|
25+
|ArgMin|**1**|1|1|1|1|1|1|1|1|1|**11**|**12**|**13**|ArgMin|
26+
|Asin|-|-|-|-|-|-|**7**|7|7|7|7|7|7|Asin|
27+
|Asinh|-|-|-|-|-|-|-|-|**9**|9|9|9|9|Asinh|
28+
|Atan|-|-|-|-|-|-|**7**|7|7|7|7|7|7|Atan|
29+
|Atanh|-|-|-|-|-|-|-|-|**9**|9|9|9|9|Atanh|
30+
|AveragePool|**1**|1|1|1|1|1|**7**|7|7|**10**|**11**|11|11|AveragePool|
31+
|BatchNormalization|**1**|1|1|1|1|**6**|**7**|7|**9**|9|9|9|9|BatchNormalization|
32+
|BitShift|-|-|-|-|-|-|-|-|-|-|**11**|11|11|BitShift|
33+
|Cast|**1**:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|**6**:small_orange_diamond:|6:small_orange_diamond:|6:small_orange_diamond:|**9**:small_orange_diamond:|9:small_orange_diamond:|9:small_orange_diamond:|9:small_orange_diamond:|**13**:small_orange_diamond:|Cast|
34+
|Ceil|**1**|1|1|1|1|**6**|6|6|6|6|6|6|**13**|Ceil|
35+
|Celu|-|-|-|-|-|-|-|-|-|-|-|**12**|12|Celu|
36+
|Clip|**1**|1|1|1|1|**6**|6|6|6|6|**11**|**12**|**13**|Clip|
37+
|Compress|-|-|-|-|-|-|-|-|**9**|9|**11**|11|11|Compress|
38+
|Concat|**1**|1|1|**4**|4|4|4|4|4|4|**11**|11|**13**|Concat|
39+
|ConcatFromSequence|-|-|-|-|-|-|-|-|-|-|**11**:small_orange_diamond:|11:small_orange_diamond:|11:small_orange_diamond:|ConcatFromSequence|
40+
|Constant|**1**|1|1|1|1|1|1|1|**9**|9|**11**|**12**|**13**|Constant|
41+
|ConstantOfShape|-|-|-|-|-|-|-|-|**9**|9|9|9|9|ConstantOfShape|
42+
|Conv|**1**|1|1|1|1|1|1|1|1|1|**11**|11|11|Conv|
43+
|ConvInteger|-|-|-|-|-|-|-|-|-|**10**|10|10|10|ConvInteger|
44+
|ConvTranspose|**1**:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|**11**:small_orange_diamond:|11:small_orange_diamond:|11:small_orange_diamond:|ConvTranspose|
45+
|Cos|-|-|-|-|-|-|**7**|7|7|7|7|7|7|Cos|
46+
|Cosh|-|-|-|-|-|-|-|-|**9**|9|9|9|9|Cosh|
47+
|CumSum|-|-|-|-|-|-|-|-|-|-|**11**|11|11|CumSum|
48+
|DepthToSpace|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|DepthToSpace|
49+
|DequantizeLinear|-|-|-|-|-|-|-|-|-|**10**|10|10|**13**|DequantizeLinear|
50+
|Det|-|-|-|-|-|-|-|-|-|-|**11**|11|11|Det|
51+
|Div|**1**|1|1|1|1|**6**|**7**|7|7|7|7|7|**13**|Div|
52+
|Dropout|**1**|1|1|1|1|**6**|**7**|7|7|**10**|10|**12**|**13**|Dropout|
53+
|DynamicQuantizeLinear|-|-|-|-|-|-|-|-|-|-|**11**|11|11|DynamicQuantizeLinear|
54+
|Einsum|-|-|-|-|-|-|-|-|-|-|-|**12**|12|Einsum|
55+
|Elu|**1**|1|1|1|1|**6**|6|6|6|6|6|6|6|Elu|
56+
|Equal|**1**|1|1|1|1|1|**7**|7|7|7|**11**|11|**13**|Equal|
57+
|Erf|-|-|-|-|-|-|-|-|**9**|9|9|9|**13**|Erf|
58+
|Exp|**1**|1|1|1|1|**6**|6|6|6|6|6|6|**13**|Exp|
59+
|Expand|-|-|-|-|-|-|-|**8**|8|8|8|8|**13**|Expand|
60+
|EyeLike|-|-|-|-|-|-|-|-|**9**|9|9|9|9|EyeLike|
61+
|Flatten|**1**|1|1|1|1|1|1|1|**9**|9|**11**|11|**13**|Flatten|
62+
|Floor|**1**|1|1|1|1|**6**|6|6|6|6|6|6|**13**|Floor|
63+
|GRU|**1**:small_orange_diamond:|1:small_orange_diamond:|**3**:small_orange_diamond:|3:small_orange_diamond:|3:small_orange_diamond:|3:small_orange_diamond:|**7**:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|GRU|
64+
|Gather|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|Gather|
65+
|GatherElements|-|-|-|-|-|-|-|-|-|-|**11**|11|**13**|GatherElements|
66+
|GatherND|-|-|-|-|-|-|-|-|-|-|**11**|**12**|**13**|GatherND|
67+
|Gemm|**1**|1|1|1|1|**6**|**7**|7|**9**|9|**11**|11|**13**|Gemm|
68+
|GlobalAveragePool|**1**|1|1|1|1|1|1|1|1|1|1|1|1|GlobalAveragePool|
69+
|GlobalLpPool|**1**|**2**|2|2|2|2|2|2|2|2|2|2|2|GlobalLpPool|
70+
|GlobalMaxPool|**1**|1|1|1|1|1|1|1|1|1|1|1|1|GlobalMaxPool|
71+
|Greater|**1**|1|1|1|1|1|**7**|7|**9**|9|9|9|**13**|Greater|
72+
|GreaterOrEqual|-|-|-|-|-|-|-|-|-|-|-|**12**|12|GreaterOrEqual|
73+
|HardSigmoid|**1**|1|1|1|1|**6**|6|6|6|6|6|6|6|HardSigmoid|
74+
|Hardmax|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|Hardmax|
75+
|Identity|**1**:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|**13**:small_orange_diamond:|Identity|
76+
|If|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|If|
77+
|InstanceNormalization|**1**|1|1|1|1|**6**|6|6|6|6|6|6|6|InstanceNormalization|
78+
|IsInf|-|-|-|-|-|-|-|-|-|**10**|10|10|10|IsInf|
79+
|IsNaN|-|-|-|-|-|-|-|-|**9**|9|9|9|**13**|IsNaN|
80+
|LRN|**1**|1|1|1|1|1|1|1|1|1|1|1|**13**|LRN|
81+
|LSTM|**1**:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|**7**:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|LSTM|
82+
|LeakyRelu|**1**|1|1|1|1|**6**|6|6|6|6|6|6|6|LeakyRelu|
83+
|Less|**1**|1|1|1|1|1|**7**|7|**9**|9|9|9|**13**|Less|
84+
|LessOrEqual|-|-|-|-|-|-|-|-|-|-|-|**12**|12|LessOrEqual|
85+
|Log|**1**|1|1|1|1|**6**|6|6|6|6|6|6|**13**|Log|
86+
|LogSoftmax|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|LogSoftmax|
87+
|Loop|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|Loop|
88+
|LpNormalization|**1**|1|1|1|1|1|1|1|1|1|1|1|1|LpNormalization|
89+
|LpPool|**1**|**2**|2|2|2|2|2|2|2|2|**11**|11|11|LpPool|
90+
|MatMul|**1**|1|1|1|1|1|1|1|**9**|9|9|9|**13**|MatMul|
91+
|MatMulInteger|-|-|-|-|-|-|-|-|-|**10**|10|10|10|MatMulInteger|
92+
|Max|**1**|1|1|1|1|**6**|6|**8**|8|8|8|**12**|**13**|Max|
93+
|MaxPool|**1**:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|**8**:small_orange_diamond:|8:small_orange_diamond:|**10**:small_orange_diamond:|**11**:small_orange_diamond:|**12**:small_orange_diamond:|12:small_orange_diamond:|MaxPool|
94+
|MaxRoiPool|**1**:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|MaxRoiPool|
95+
|MaxUnpool|-|-|-|-|-|-|-|-|**9**|9|**11**|11|11|MaxUnpool|
96+
|Mean|**1**|1|1|1|1|**6**|6|**8**|8|8|8|8|**13**|Mean|
97+
|MeanVarianceNormalization|-|-|-|-|-|-|-|-|**9**|9|9|9|**13**|MeanVarianceNormalization|
98+
|Min|**1**|1|1|1|1|**6**|6|**8**|8|8|8|**12**|**13**|Min|
99+
|Mod|-|-|-|-|-|-|-|-|-|**10**|10|10|**13**|Mod|
100+
|Mul|**1**|1|1|1|1|**6**|**7**|7|7|7|7|7|**13**|Mul|
101+
|Multinomial|-|-|-|-|-|-|**7**:small_red_triangle:|7:small_red_triangle:|7:small_red_triangle:|7:small_red_triangle:|7:small_red_triangle:|7:small_red_triangle:|7:small_red_triangle:|Multinomial|
102+
|Neg|**1**|1|1|1|1|**6**|6|6|6|6|6|6|**13**|Neg|
103+
|NegativeLogLikelihoodLoss|-|-|-|-|-|-|-|-|-|-|-|**12**:small_red_triangle:|**13**:small_red_triangle:|NegativeLogLikelihoodLoss|
104+
|NonMaxSuppression|-|-|-|-|-|-|-|-|-|**10**|**11**|11|11|NonMaxSuppression|
105+
|NonZero|-|-|-|-|-|-|-|-|**9**|9|9|9|**13**|NonZero|
106+
|Not|**1**|1|1|1|1|1|1|1|1|1|1|1|1|Not|
107+
|OneHot|-|-|-|-|-|-|-|-|**9**|9|**11**|11|11|OneHot|
108+
|Or|**1**|1|1|1|1|1|**7**|7|7|7|7|7|7|Or|
109+
|PRelu|**1**|1|1|1|1|**6**|**7**|7|**9**|9|9|9|9|PRelu|
110+
|Pad|**1**|**2**|2|2|2|2|2|2|2|2|**11**|11|**13**|Pad|
111+
|Pow|**1**|1|1|1|1|1|**7**|7|7|7|7|**12**|**13**|Pow|
112+
|QLinearConv|-|-|-|-|-|-|-|-|-|**10**|10|10|10|QLinearConv|
113+
|QLinearMatMul|-|-|-|-|-|-|-|-|-|**10**|10|10|10|QLinearMatMul|
114+
|QuantizeLinear|-|-|-|-|-|-|-|-|-|**10**|10|10|**13**|QuantizeLinear|
115+
|RNN|**1**:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|1:small_orange_diamond:|**7**:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|7:small_orange_diamond:|RNN|
116+
|RandomNormal|**1**|1|1|1|1|1|1|1|1|1|1|1|1|RandomNormal|
117+
|RandomNormalLike|**1**|1|1|1|1|1|1|1|1|1|1|1|1|RandomNormalLike|
118+
|RandomUniform|**1**|1|1|1|1|1|1|1|1|1|1|1|1|RandomUniform|
119+
|RandomUniformLike|**1**|1|1|1|1|1|1|1|1|1|1|1|1|RandomUniformLike|
120+
|Range|-|-|-|-|-|-|-|-|-|-|**11**|11|11|Range|
121+
|Reciprocal|**1**|1|1|1|1|**6**|6|6|6|6|6|6|**13**|Reciprocal|
122+
|ReduceL1|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|ReduceL1|
123+
|ReduceL2|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|ReduceL2|
124+
|ReduceLogSum|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|ReduceLogSum|
125+
|ReduceLogSumExp|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|ReduceLogSumExp|
126+
|ReduceMax|**1**|1|1|1|1|1|1|1|1|1|**11**|**12**|**13**|ReduceMax|
127+
|ReduceMean|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|ReduceMean|
128+
|ReduceMin|**1**|1|1|1|1|1|1|1|1|1|**11**|**12**|**13**|ReduceMin|
129+
|ReduceProd|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|ReduceProd|
130+
|ReduceSum|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|ReduceSum|
131+
|ReduceSumSquare|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|ReduceSumSquare|
132+
|Relu|**1**|1|1|1|1|**6**|6|6|6|6|6|6|**13**|Relu|
133+
|Reshape|**1**|1|1|1|**5**|5|5|5|5|5|5|5|**13**|Reshape|
134+
|Resize|-|-|-|-|-|-|-|-|-|**10**:small_orange_diamond:|**11**:small_orange_diamond:|11:small_orange_diamond:|**13**:small_orange_diamond:|Resize|
135+
|ReverseSequence|-|-|-|-|-|-|-|-|-|**10**|10|10|10|ReverseSequence|
136+
|RoiAlign|-|-|-|-|-|-|-|-|-|**10**:small_orange_diamond:|10:small_orange_diamond:|10:small_orange_diamond:|10:small_orange_diamond:|RoiAlign|
137+
|Round|-|-|-|-|-|-|-|-|-|-|**11**|11|11|Round|
138+
|Scan|-|-|-|-|-|-|-|**8**|**9**|9|**11**|11|11|Scan|
139+
|Scatter|-|-|-|-|-|-|-|-|**9**|9|**11**\*|11\*|11\*|Scatter|
140+
|ScatterElements|-|-|-|-|-|-|-|-|-|-|**11**|11|**13**|ScatterElements|
141+
|ScatterND|-|-|-|-|-|-|-|-|-|-|**11**|11|**13**|ScatterND|
142+
|Selu|**1**|1|1|1|1|**6**|6|6|6|6|6|6|6|Selu|
143+
|SequenceAt|-|-|-|-|-|-|-|-|-|-|**11**|11|11|SequenceAt|
144+
|SequenceConstruct|-|-|-|-|-|-|-|-|-|-|**11**|11|11|SequenceConstruct|
145+
|SequenceEmpty|-|-|-|-|-|-|-|-|-|-|**11**|11|11|SequenceEmpty|
146+
|SequenceErase|-|-|-|-|-|-|-|-|-|-|**11**|11|11|SequenceErase|
147+
|SequenceInsert|-|-|-|-|-|-|-|-|-|-|**11**|11|11|SequenceInsert|
148+
|SequenceLength|-|-|-|-|-|-|-|-|-|-|**11**|11|11|SequenceLength|
149+
|Shape|**1**|1|1|1|1|1|1|1|1|1|1|1|**13**|Shape|
150+
|Shrink|-|-|-|-|-|-|-|-|**9**|9|9|9|9|Shrink|
151+
|Sigmoid|**1**|1|1|1|1|**6**|6|6|6|6|6|6|**13**|Sigmoid|
152+
|Sign|-|-|-|-|-|-|-|-|**9**|9|9|9|**13**|Sign|
153+
|Sin|-|-|-|-|-|-|**7**|7|7|7|7|7|7|Sin|
154+
|Sinh|-|-|-|-|-|-|-|-|**9**|9|9|9|9|Sinh|
155+
|Size|**1**|1|1|1|1|1|1|1|1|1|1|1|**13**|Size|
156+
|Slice|**1**|1|1|1|1|1|1|1|1|**10**|**11**|11|**13**|Slice|
157+
|Softmax|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**|Softmax|
158+
|SoftmaxCrossEntropyLoss|-|-|-|-|-|-|-|-|-|-|-|**12**:small_red_triangle:|**13**:small_red_triangle:|SoftmaxCrossEntropyLoss|
159+
|Softplus|**1**|1|1|1|1|1|1|1|1|1|1|1|1|Softplus|
160+
|Softsign|**1**|1|1|1|1|1|1|1|1|1|1|1|1|Softsign|
161+
|SpaceToDepth|**1**|1|1|1|1|1|1|1|1|1|1|1|**13**|SpaceToDepth|
162+
|Split|**1**|**2**|2|2|2|2|2|2|2|2|**11**|11|**13**|Split|
163+
|SplitToSequence|-|-|-|-|-|-|-|-|-|-|**11**:small_orange_diamond:|11:small_orange_diamond:|11:small_orange_diamond:|SplitToSequence|
164+
|Sqrt|**1**|1|1|1|1|**6**|6|6|6|6|6|6|**13**|Sqrt|
165+
|Squeeze|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**:small_red_triangle:|Squeeze|
166+
|StringNormalizer|-|-|-|-|-|-|-|-|-|**10**:small_red_triangle:|10:small_red_triangle:|10:small_red_triangle:|10:small_red_triangle:|StringNormalizer|
167+
|Sub|**1**|1|1|1|1|**6**|**7**|7|7|7|7|7|**13**|Sub|
168+
|Sum|**1**|1|1|1|1|**6**|6|**8**|8|8|8|8|**13**|Sum|
169+
|Tan|-|-|-|-|-|-|**7**|7|7|7|7|7|7|Tan|
170+
|Tanh|**1**|1|1|1|1|**6**|6|6|6|6|6|6|**13**|Tanh|
171+
|TfIdfVectorizer|-|-|-|-|-|-|-|-|**9**|9|9|9|9|TfIdfVectorizer|
172+
|ThresholdedRelu|-|-|-|-|-|-|-|-|-|**10**|10|10|10|ThresholdedRelu|
173+
|Tile|**1**|1|1|1|1|**6**|6|6|6|6|6|6|**13**|Tile|
174+
|TopK|**1**|1|1|1|1|1|1|1|1|**10**|**11**|11|11|TopK|
175+
|Transpose|**1**|1|1|1|1|1|1|1|1|1|1|1|**13**|Transpose|
176+
|Unique|-|-|-|-|-|-|-|-|-|-|**11**:small_red_triangle:|11:small_red_triangle:|11:small_red_triangle:|Unique|
177+
|Unsqueeze|**1**|1|1|1|1|1|1|1|1|1|**11**|11|**13**:small_red_triangle:|Unsqueeze|
178+
|Upsample|**1**:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|1:small_red_triangle:|**7**:small_orange_diamond:|7:small_orange_diamond:|**9**:small_orange_diamond:|**10**\*|10\*|10\*|10\*|Upsample|
179+
|Where|-|-|-|-|-|-|-|-|**9**|9|9|9|9|Where|
180+
|Xor|**1**|1|1|1|1|1|**7**|7|7|7|7|7|7|Xor|
181+
182+
ONNX-TF Supported Operators / ONNX Operators: 154 / 162
183+
184+
Notes:
185+
1. Cast: Cast string to data types other than float32/float64/int32/int64 is not supported in Tensorflow
186+
2. ConcatFromSequence: new_axis=1 not supported in Tensorflow.
187+
3. ConvTranspose: ConvTranspose with dilations != 1, or transposed convolution for 4D or higher are not supported in Tensorflow.
188+
4. GRU: GRU with clip or GRU with linear_before_reset, or GRU not using sigmoid for z and r, or GRU using Elu as the activation function with alpha != 1, or GRU using HardSigmoid as the activation function with alpha != 0.2 or beta != 0.5 are not supported in TensorFlow.
189+
5. Identity: Identity with sequence type is not supported in Tensorflow
190+
6. LSTM: LSTM not using sigmoid for `f`, or LSTM not using the same activation for `g` and `h` are not supported in Tensorflow.
191+
7. MaxPool: MaxPoolWithArgmax with pad is None or incompatible mode, or MaxPoolWithArgmax with 4D or higher input, or MaxPoolWithArgmax with column major are not supported in Tensorflow.
192+
8. RNN: RNN with clip is not supported in Tensorflow.
193+
9. Resize: Resize required 4D input in Tensorflow. For opset 11, only the following attributes and inputs conbination are supported in Tensorflow:
194+
1. mode=nearest, coordinate_transformation_mode=align_corners, nearest_mode=round_prefer_ceil, can use scales(*) or sizes.
195+
2. mode=nearest, coordinate_transformation_mode=asymmetric, nearest_mode=floor, can use scales(*) or sizes.
196+
3. mode=nearest, coordinate_transformation_mode=tf_half_pixel_for_nn, nearest_mode=floor, can use scales(*) or sizes.
197+
4. mode=linear, coordinate_transformation_mode=align_corners, can use scales(*) or sizes.
198+
5. mode=linear, coordinate_transformation_mode=asymmetric, can use scales(*) or sizes.
199+
6. mode=linear, coordinate_transformation_mode=half_pixel, can use scales(*) or sizes.
200+
7. mode=cubic, coordinate_transformation_mode=align_corners, cubic_coeff_a=-0.5, exclude_outside=1, can use scales(*) or sizes.
201+
8. mode=cubic, coordinate_transformation_mode=asymmetric, cubic_coeff_a=-0.5, exclude_outside=1, can use scales(*) or sizes.
202+
9. mode=cubic, coordinate_transformation_mode=half_pixel, cubic_coeff_a=-0.5, exclude_outside=1, can use scales(*) or sizes.
203+
10. mode=nearest, coordinate_transformation_mode=tf_crop_and_resize, extrapolation_value=any_float_value, nearest_mode=round_prefer_ceil, can use scales or sizes.
204+
11. mode=linear, coordinate_transformation_mode=tf_crop_and_resize, extrapolation_value=any_float_value, can use scales or sizes.
205+
- Note (*): The accuracy of your model will go down, if the height and the width of the new sizes(scales * origial sizes) are not in whole numbers.
206+
10. RoiAlign: sampling_ratio <= 0 is not fully supported.
207+
11. SplitToSequence: Scalar as the split input not supported.
208+
12. Upsample: Upsample required 4D input in Tensorflow.

0 commit comments

Comments
 (0)