主要内容

ARM Compute Library version

R2026b

(To be removed) Version of ARM Compute Library

The coder.ARMNEONConfig object and its ARM Compute Library version parameter 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. The "none" target library workflow is more capable in MATLAB® and Simulink®, and supports a larger set of layers.

Description

App Configuration Pane: Deep Learning

Configuration Objects: coder.ARMNEONConfig

Version of ARM® Compute Library used on the target hardware, specified as a character vector or string scalar.

Dependencies

To enable this parameter, you must set Deep learning library to ARM Compute.

Settings

20.02.1

This setting is the default setting.

Use this setting if your target hardware uses ARM Compute Library version 20.02.1.

19.05

Use this setting if your target hardware uses ARM Compute Library version 19.05.

Programmatic Use

Property: ArmComputeVersion
Values: '20.02.1' | '19.05'
Default: '20.02.1'

Version History

Introduced in R2019a

collapse all