加速 TensorFlow 模型推理

ONNX Runtime 可以加速 TensorFlow、TFLite 和 Keras 模型的推理时间。

入门

将模型导出为 ONNX

TensorFlow/Keras

这些示例使用了 TensorFlow-ONNX converter 转换器,它支持 TensorFlow 1、2、Keras 和 TFLite 模型格式。

TFLite