coder.MklDNNConfig
Parameters to configure deep learning code generation with the Intel Math Kernel Library for Deep Neural Networks
Description
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
.
Creation
Create an MKL-DNN configuration object by using the coder.DeepLearningConfig
function with target library set as
'mkldnn'
.
Properties
Examples
Version History
Introduced in R2018b
See Also
codegen
| imagePretrainedNetwork
(Deep Learning Toolbox) | coder.CodeConfig
| coder.DeepLearningConfig
| coder.DeepLearningCodeConfig
| coder.ARMNEONConfig