Main Content
coder.DeepLearningCodeConfig
Parameters to configure deep learning code generation that does not depend on third-party libraries
Since R2021a
Description
The coder.DeepLearningCodeConfig
object contains the parameters
that the codegen
function uses to generate generic C or
C++ code for deep neural networks.
Creation
Create an DeepLearningCodeConfig
configuration object by using the
coder.DeepLearningConfig
function with target library set to
'none'
.