Skip to content

Commit e649725

Browse files
committed
Merge branch 'master' of https://github.com/onnx/tensorflow-onnx into esrgan
2 parents 24c7868 + 07c51be commit e649725

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
| Build Type | OS | Python | Tensorflow | Onnx opset | Status |
44
| --- | --- | --- | --- | --- | --- |
5-
| Unit Test - Basic | Linux, MacOS<sup>\*</sup>, Windows<sup>\*</sup> | 3.6, 3.7 | 1.12-1.15, 2.1-2.2 | 7-12 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test?branchName=master)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=master) |
6-
| Unit Test - Full | Linux, MacOS, Windows | 3.6, 3.7 | 1.12-1.15, 2.1-2.2 | 7-12 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test-matrix?branchName=master)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=master) | |
5+
| Unit Test - Basic | Linux, MacOS<sup>\*</sup>, Windows<sup>\*</sup> | 3.6, 3.7, 3.8 | 1.12-1.15, 2.1-2.3 | 7-12 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test?branchName=master)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=16&branchName=master) |
6+
| Unit Test - Full | Linux, MacOS, Windows | 3.6, 3.7, 3.8 | 1.12-1.15, 2.1-2.3 | 7-12 | [![Build Status](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_apis/build/status/unit_test-matrix?branchName=master)](https://dev.azure.com/tensorflow-onnx/tensorflow-onnx/_build/latest?definitionId=18&branchName=master) | |
77

88
## Supported Versions
99

@@ -20,7 +20,7 @@ If you want the graph to be generated with a specific opset, use ```--opset``` i
2020

2121
We support all ```tf-1.x graphs```. To keep our test matrix manageable we test tf2onnx running on top of ```tf-1.12 and up```. tf2onnx-1.5.4 was the last version that was tested all the way back to tf-1.4.
2222

23-
There is now ```experimental support for tf-2.x```.
23+
There is now ```support for tf-2.x```.
2424
With the exception of LSTM unit tests, all unit tests are enabled and passing.
2525
Unit tests that we still need to fix are marked with ```@skip_tf2```.
2626
GRU/LSTM's are converting but not runnable due to type/shape inference issues at runtime (working on that one).

tf2onnx/onnx_opset/math.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ class Einsum:
564564
@classmethod
565565
def version_12(cls, ctx, node, **kwargs):
566566
del node.attr["N"]
567+
node.attr["equation"].s = node.attr["equation"].s.lower()
567568

568569

569570
@tf_op("IsFinite")

0 commit comments

Comments
 (0)