Filter löschen
Filter löschen

Cコード生成時のエラー

2 Ansichten (letzte 30 Tage)
翼 中川
翼 中川 am 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です。よろしくお願いいたします。

Antworten (0)

Kategorien

Mehr zu ビルド構成 finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!