Main Content

ARM Compute architecture

ARM architecture supported in the target hardware

Description

App Configuration Pane: Deep Learning

Configuration Objects: coder.ARMNEONConfig

ARM® architecture supported in the target hardware, specified as a character vector or string scalar. The specified architecture must be the same as the architecture for the ARM Compute Library on the target hardware.

ARMArchitecture must be specified for these cases:

  • You do not use a hardware support package (the Hardware property of the code generation configuration object is empty).

  • You use a hardware support package, but generate code only.

Dependencies

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

Settings

armv8

64-bit Arm Architecture

armv7

32-bit Arm Architecture

Programmatic Use

Property: ArmArchitecture
Values: 'armv8' | 'armv7'
Default: 'armv8'

Version History

Introduced in R2019a