필터 지우기
필터 지우기

List all functions needed to run an application

조회 수: 8 (최근 30일)
Alla
Alla 2018년 10월 22일
댓글: Alla 2018년 10월 22일
I need to have all the functions (both built-in functions and toolbox functions) required to run an application, in my case this is a forward pass on a convolutional nueral network model. since the deep learning toolbox is quite complex, I'm interested in cutting down the source code to only what is required for my application.
My goal is to match and compare these functions against the functions supported by the HDL coder in order to get an idea of what it would take to write HDL code for the forward pass.

답변 (2개)

the cyclist
the cyclist 2018년 10월 22일
I think this documentation page on how to identify program dependencies might help you.

Matt J
Matt J 2018년 10월 22일
  댓글 수: 1
Alla
Alla 2018년 10월 22일
Thank you both, I have already tried the solutions you have suggested, the depndency report for instance does not return much when it comes to the CNN deep learning prediction, only a high level script from the toolbox, no inter-dependencies or function calls within it. the closest I've come to a detailed report is the Run and Time report.

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

Community Treasure Hunt

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

Start Hunting!

Translated by