Borrar filtros
Borrar filtros

Cコード生成時のエラー

2 visualizaciones (últimos 30 días)
翼 中川
翼 中川 el 22 de Abr. de 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です。よろしくお願いいたします。

Respuestas (0)

Categorías

Más información sobre ビルド構成 en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!