onnxruntime/docs/tutorials/tensorflow.md
Satoshi Yoshikawa 99bfaa3a97
Correct Spelling and Proper Capitalization in Documentation (#21790)
This pull request addresses several spelling errors and inconsistencies
in the capitalization of proper nouns within the documentation.

### Motivation and Context
To improve the quality of the documentation, spelling errors and
capitalization mistakes have been corrected. This ensures that the
content is more accurate and easier to read.
2024-08-19 08:47:58 -07: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 }