Main Content
coder.DeepLearningConfig
Create deep learning code generation configuration objects
Description
creates a deep learning configuration object containing library-specific parameters that
deepLearningCfg
= coder.DeepLearningConfig(TargetLibrary = targetlib
)codegen
uses to generate code for deep neural
networks. Assign this deep learning configuration object to the
DeepLearningConfig
property of the code configuration object created by
using coder.config
. Pass the code configuration object
to the codegen
function by using the -config
option.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018b
See Also
Functions
codegen
|imagePretrainedNetwork
(Deep Learning Toolbox) |coder.loadDeepLearningNetwork
Objects
coder.CodeConfig
|coder.DeepLearningCodeConfig
|coder.MklDNNConfig
|coder.ARMNEONConfig
|coder.CMSISNNConfig
Topics
- Code Generation for Deep Learning Networks with MKL-DNN
- Code Generation for Deep Learning Networks with ARM Compute Library
- Generate Generic C/C++ Code for Deep Learning Networks
- Code Generation for Object Detection by Using YOLO v2 (GPU Coder)
- Code Generation for Deep Learning Networks by Using cuDNN (GPU Coder)
- Code Generation for Deep Learning Networks by Using TensorRT (GPU Coder)