mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
1.7 KiB
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.
- TensorFlow: Object detection (efficentdet)
- TensorFlow: Object detection (SSD Mobilenet)
- TensorFlow: Image classification (efficientnet-edge)
- TensorFlow: Image classification (efficientnet-lite)
- TensorFlow: Natural Language Processing (BERT)
- TensorFlow: Accelerate BERT model
- Keras: Image classification (Resnet 50)
TFLite
{: .no_toc }