coder.ARMNEONConfig
R2026b(To be removed) Parameters to configure deep learning code generation with the ARM Compute Library
coder.ARMNEONConfig will be removed in a future release. Instead,
create a deep learning configuration object by using the coder.DeepLearningConfig function with the target library set to
"none" to generate generic C/C++ code that does not depend on any
third-party library. If you need to deploy to an ARM® device that supports Neon instructions, set the
InstructionSetExtensions property of the code configuration object to
"Neon v7". For information on updating your code, see Version History.
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 R2019aSee Also
imagePretrainedNetwork (Deep Learning Toolbox) | coder.DeepLearningConfig | coder.DeepLearningCodeConfig | coder.MklDNNConfig | codegen | coder.CodeConfig