Create deep learning code generation configuration objects
creates
a deep learning configuration object containing library-specific parameters that deepLearningCfg
= coder.DeepLearningConfig(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.
codegen
| coder.ARMNEONConfig
| coder.CodeConfig
| coder.CuDNNConfig
| coder.MklDNNConfig
| coder.TensorRTConfig
| coder.loadDeepLearningNetwork