필터 지우기
필터 지우기

Is it possible to convert a deep neural network to C++ and then deploy it to run on a DSP?

조회 수: 10 (최근 30일)
Is it possible to convert a deep neural network to C++ and then deploy it to run on a DSP?

답변 (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
Yongjie
Yongjie 2023년 10월 4일
Yes, I know. I just want to deploy the trained model. Training the model can be implemented on the computer.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by