Cコード生成時のエラー

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

Asked:

on 22 Apr 2022

Community Treasure Hunt

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

Start Hunting!