onnxruntime/docs/tutorials/inferencing/tensorflow.md
Faith Xu 0f6f0d9bbb
Major updates/restructure for documentation (#7609)
* Update documentation.

Updates documentation.

* Update tf-get-started.md
2021-05-10 15:19:37 -07:00

2.8 KiB

title nav_order grand_parent parent
Accelerate TensorFlow 3 Tutorials Inferencing

Accelerate TensorFlow model inferencing

{: .no_toc }

ONNX Runtime can accelerate inferencing times for TensorFlow, TFLite, and Keras models.

Contents

{: .no_toc }

  • TOC placeholder {:toc}

Get Started

Export model to ONNX

TensorFlow

These examples use the TensorFlow-ONNX converter, which supports TensorFlow 1, 2, Keras, and TFLite model formats.

TFLite

Keras

Keras models can be converted using either the tensorflow-onnx or Keras-ONNX converter. The TensorFlow-ONNX converter supports newer opsets with more active support.

Accelerate TensorFlow model inferencing