Clear Filters
Clear Filters

Cコード生成時のエラー

2 views (last 30 days)
翼 中川
翼 中川 on 22 Apr 2022
cfg = coder.config('mex');
cfg.TargetLang = 'C';
cfg.DeepLearningConfig = coder.DeepLearningConfig('none');
codegen -args {ones(1,12,'double')} -config cfg my_predict;
このコードで実行した際、「noneがサポートされていません。サポートされているターゲット ライブラリの
値は mkldnn, arm-compute です。」と出たのですが、ドキュメントを見ても、noneの記載があったのでサポートされていないと出る理由がわかりません。
ちなみに、verはR2020bです。よろしくお願いいたします。

Answers (0)

Categories

Find more on ビルド構成 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!