onnxruntime/docs/tutorials/tensorflow.md
Faith Xu e341491f2d
[Docs] Fix tutorial links (#9721)
* Remove incorrect sample links

* Update tutorial list

* Add link to BERT model acceleration tutorial
2021-11-10 15:41:11 -08:00

1.7 KiB

title nav_order parent
Accelerate TensorFlow 3 Tutorials

Accelerate TensorFlow model inferencing

{: .no_toc }

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

Get Started

{: .no_toc }

Export model to ONNX

{: .no_toc }

TensorFlow/Keras

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

TFLite

{: .no_toc }