Parameters to configure deep learning code generation with the ARM Compute Library
The coder.ARMNEONConfig
object contains ARM® Compute Library and target specific parameters that codegen
uses for generating C++ code for deep neural networks.
To use a coder.ARMNEONConfig
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('arm-compute'
)coder.ARMNEONConfig
object for deep learning code
generation by using the ARM Compute Library.
codegen
| coder.CodeConfig
| coder.DeepLearningConfig
| coder.MklDNNConfig