onnxruntime/docs/tutorials/inferencing/tensorflow.md
2021-08-26 17:05:33 -07:00

1.9 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/Keras

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

TFLite

Accelerate TensorFlow model inferencing