Deep Learning Toolbox Interface for TensorFlow Lite

Incorporate pre-trained TensorFlow Lite (TFLite) models into MATLAB and Simulink applications for simulation and deployment to hardware.
403.0 次下载
更新时间 2024/3/20
The Deep Learning Toolbox Interface for TensorFlow Lite enables you to run cosimulations of MATLAB and Simulink applications with TensorFlow Lite models. This workflow allows you to use pre-trained TensorFlow Lite (TFLite) models, including classification and object detection networks, with the rest of the application code implemented in MATLAB or Simulink for development and testing.
Inference of pre-trained TFLite models is executed by the TensorFlow Lite Interpreter while the rest of the application code is executed by MATLAB or Simulink. Data exchange between MATLAB or Simulink and TensorFlow Lite is handled automatically.
When used with MATLAB Coder, you can generate C++ code for the complete application for deployment to target hardware. In the generated code, inference of the TFLite model is executed by the TensorFlow Lite Interpreter while C++ code is generated for the remainder of the MATLAB or Simulink application, including pre- and post-processing. Data exchange between the generated code and the TFLite Interpreter is again handled automatically.
Please see the following list for a list of prerequisites for using this software package:
If you experience download or installation problems, please contact Technical Support:
MATLAB 版本兼容性
创建方式 R2022a
兼容 R2022a 到 R2024a 的版本
平台兼容性
Windows macOS (Apple 芯片) macOS (Intel) Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!