How to deploy matlab deep learning models to Texas Instruments?

13 views (last 30 days)
As far as I know, matlab deep learning models can be deployed to FPGAs and SoCs (Deep Learning HDL Toolbox), NVIDIA™ family of devices (GPU Coder Toolbox), but can they be deployed to some Texas Instruments, such as C2000? If so, where can I see some typical deployment examples? Thanks!

Accepted Answer

Kiran Kintali
Kiran Kintali on 27 Feb 2022
DL code generated for library-free “none” target should be deployable on TI C2000.
Generate Generic C/C++ Code for Deep Learning Networks in Simulink
As of R2021a, you can use Simulink Coder and Embedded Coder to generate generic ANSI/ISO-compliant C and C++ code, free from dependence on third-party deep learning libraries, for Simulink models containing deep learning networks. Incorporate convolutional and recurrent neural networks into Simulink with blocks from the Deep Learning Toolbox, including the Stateful Predict and Stateful Classify blocks. Apply pre- and post-processing to time-series data for use within Simulink models.
  1 Comment
cui,xingxing
cui,xingxing on 1 Mar 2022
Edited: cui,xingxing on 1 Mar 2022
Is there a matlab coder and embedder coder deployment example specifically for TI TDA4vm's soc embedded devices?

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning with GPU Coder in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!