Skip to content

Commit

Permalink
Merge pull request #1011 from chinhuang007/clarify-tf2onnx-readme
Browse files Browse the repository at this point in the history
Add project clarification to README
  • Loading branch information
chudegao authored Mar 12, 2022
2 parents bc75ab9 + 210cd2b commit f0ece4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

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.

This is one of the two TensorFlow converter projects which serve different purposes in the ONNX community:
- [onnx-tensorflow](https://github.com/onnx/onnx-tensorflow) converts ONNX models to Tensorflow
- [tf2onnx](https://github.com/onnx/tensorflow-onnx) converts Tensorflow models to ONNX

## Converting Models from ONNX to TensorFlow

### Use CLI
Expand Down

0 comments on commit f0ece4f

Please sign in to comment.