加速 TensorFlow 模型推理
ONNX Runtime 可以加速 TensorFlow、TFLite 和 Keras 模型的推理时间。
开始使用
将模型导出为 ONNX
TensorFlow/Keras
这些示例使用 TensorFlow-ONNX 转换器,它支持 TensorFlow 1、2、Keras 和 TFLite 模型格式。
- TensorFlow:对象检测 (efficientdet)
- TensorFlow:对象检测 (SSD Mobilenet)
- TensorFlow:图像分类 (efficientnet-edge)
- TensorFlow:图像分类 (efficientnet-lite)
- TensorFlow:自然语言处理 (BERT)
- TensorFlow:加速 BERT 模型
- Keras:图像分类 (Resnet 50)