Is it possible to convert a deep neural network to C++ and then deploy it to run on a DSP?
6 次查看(过去 30 天)
显示 更早的评论
Is it possible to convert a deep neural network to C++ and then deploy it to run on a DSP?
0 个评论
回答(1 个)
檮杌
2023-10-4
编辑:檮杌
2023-10-4
In a simple answer, yes, you can. C/C++ code generation is supported for many neural network layers. You can refer to the doc below to see networks and layers that are supported for code generation.
Also, below is a hands-on example to generate a C/C++ code with a neural network.
However, more information is required in order to get a precise answer. For example, what "DSP" device are you mentioning about? In other words, what's your target device? How is your network composed of? What is your workflow? What do you want to achieve with deploying functionalities?
3 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!