Skip to content

Commit f0ece4f

Browse files
authored
Merge pull request #1011 from chinhuang007/clarify-tf2onnx-readme
Add project clarification to README
2 parents bc75ab9 + 210cd2b commit f0ece4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
TensorFlow Backend for ONNX makes it possible to use ONNX models as input for [TensorFlow](https://www.tensorflow.org). The ONNX model is first converted to a TensorFlow model and then delegated for execution on TensorFlow to produce the output.
88

9+
This is one of the two TensorFlow converter projects which serve different purposes in the ONNX community:
10+
- [onnx-tensorflow](https://github.com/onnx/onnx-tensorflow) converts ONNX models to Tensorflow
11+
- [tf2onnx](https://github.com/onnx/tensorflow-onnx) converts Tensorflow models to ONNX
12+
913
## Converting Models from ONNX to TensorFlow
1014

1115
### Use CLI

0 commit comments

Comments
 (0)