Cコード生成時のエラー
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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です。よろしくお願いいたします。
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Coder dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!