Defines the core mode for NPU execution.
More...
|
| | Single = _cQbRuntime.CoreMode.Single |
| | Multi = _cQbRuntime.CoreMode.Multi |
| | Global = _cQbRuntime.CoreMode.Global |
| | Global4 = _cQbRuntime.CoreMode.Global4 |
| | Global8 = _cQbRuntime.CoreMode.Global8 |
| | Auto = _cQbRuntime.CoreMode.Auto |
| | Error = _cQbRuntime.CoreMode.Error |
Defines the core mode for NPU execution.
Supported core modes include single-core, multi-core, global4-core, and global8-core. For detailed explanations of each mode, refer to the following functions:
Definition at line 196 of file type.py.
◆ Single
| qbruntime.type.CoreMode.Single = _cQbRuntime.CoreMode.Single |
|
static |
◆ Multi
| qbruntime.type.CoreMode.Multi = _cQbRuntime.CoreMode.Multi |
|
static |
◆ Global
| qbruntime.type.CoreMode.Global = _cQbRuntime.CoreMode.Global |
|
static |
◆ Global4
| qbruntime.type.CoreMode.Global4 = _cQbRuntime.CoreMode.Global4 |
|
static |
◆ Global8
| qbruntime.type.CoreMode.Global8 = _cQbRuntime.CoreMode.Global8 |
|
static |
◆ Auto
| qbruntime.type.CoreMode.Auto = _cQbRuntime.CoreMode.Auto |
|
static |
◆ Error
| qbruntime.type.CoreMode.Error = _cQbRuntime.CoreMode.Error |
|
static |
The documentation for this class was generated from the following file: