coder.ARMNEONConfig
Parameters to configure deep learning code generation with the ARM Compute Library
Description
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
.
Creation
Create an ARM NEON configuration object by using the coder.DeepLearningConfig
function with target library set as
'arm-compute'
.
Properties
Examples
Version History
Introduced in R2019a
See Also
imagePretrainedNetwork
(Deep Learning Toolbox) | coder.DeepLearningConfig
| coder.DeepLearningCodeConfig
| coder.MklDNNConfig
| codegen
| coder.CodeConfig