Main Content
coder.CMSISNNConfig
Parameters to configure deep learning code generation with the CMSIS-NN library for Cortex-M targets
Since R2022a
Description
The coder.CMSISNNConfig
object contains CMSIS-NN library and
associated ARM® Cortex-M target specific parameters that codegen
uses for generating C code for deep neural networks.
To use a coder.CMSISNNConfig
object for code generation, assign it to
the DeepLearningConfig
property of a code generation configuration object
that you pass to codegen
.
Creation
Create a CMSIS-NN configuration object by using the coder.DeepLearningConfig
function with target library set as
'cmsis-nn'
.
Properties
Examples
Version History
Introduced in R2022a