Parameters to configure deep learning code generation with the Intel Math Kernel Library for Deep Neural Networks
The coder.MklDNNConfig
object contains the Intel® MKL-DNN specific parameters that codegen
uses for generating C++ code for deep neural networks.
To use a coder.MklDNNConfig
object for code generation, assign it to
the DeepLearningConfig
property of a code generation configuration object
that you pass to codegen
.
creates a deepLearningCfg
= coder.DeepLearningConfig('mkldnn'
)coder.MklDNNConfig
object for deep learning code generation
by using the MKL-DNN library.
codegen
| coder.ARMNEONConfig
| coder.CodeConfig
| coder.DeepLearningConfig