qbruntime.type.Core Class Reference

qbruntime.type.Core Class Reference#

SDK qb Runtime Library: qbruntime.type.Core Class Reference
SDK qb Runtime Library v1.2
MCS001-EN

Enumerates cores within a cluster in the ARIES NPU. More...

Inheritance diagram for qbruntime.type.Core:

Static Public Attributes

 Core0 = _cQbRuntime.Core.Core0
 Core1 = _cQbRuntime.Core.Core1
 Core2 = _cQbRuntime.Core.Core2
 Core3 = _cQbRuntime.Core.Core3
 All = _cQbRuntime.Core.All
 GlobalCore = _cQbRuntime.Core.GlobalCore
 Error = _cQbRuntime.Core.Error

Detailed Description

Enumerates cores within a cluster in the ARIES NPU.

Note
The ARIES NPU consists of two clusters, each containing one global core and four local cores, totaling eight local cores. REGULUS has only a single cluster (Cluster0) with one local core (Core0).

Definition at line 31 of file type.py.

Member Data Documentation

◆ Core0

qbruntime.type.Core.Core0 = _cQbRuntime.Core.Core0
static

Definition at line 40 of file type.py.

◆ Core1

qbruntime.type.Core.Core1 = _cQbRuntime.Core.Core1
static

Definition at line 41 of file type.py.

◆ Core2

qbruntime.type.Core.Core2 = _cQbRuntime.Core.Core2
static

Definition at line 42 of file type.py.

◆ Core3

qbruntime.type.Core.Core3 = _cQbRuntime.Core.Core3
static

Definition at line 43 of file type.py.

◆ All

qbruntime.type.Core.All = _cQbRuntime.Core.All
static

Definition at line 44 of file type.py.

◆ GlobalCore

qbruntime.type.Core.GlobalCore = _cQbRuntime.Core.GlobalCore
static

Definition at line 45 of file type.py.

◆ Error

qbruntime.type.Core.Error = _cQbRuntime.Core.Error
static

Definition at line 46 of file type.py.


The documentation for this class was generated from the following file: