Struct QnnDevice_HardwareDeviceInfoV1_t

Struct Documentation

struct QnnDevice_HardwareDeviceInfoV1_t

Version 1 of the structure defining Hardware Device info.

Public Members

uint32_t deviceId

ID of the device.

uint32_t deviceType

Type of the device.

uint32_t numCores

Number of cores in a device.

QnnDevice_CoreInfo_t *cores

Array of core info structures.

QnnDevice_DeviceInfoExtension_t deviceInfoExtension

Backend specific extension for device info. Refer to backend headers for the definition.