CoreId Struct Reference#
|
Runtime Library v0.30
Mobilint SDK qb
|
mobilint::CoreId Struct Reference
Represents a unique identifier for an NPU core. More...
#include <type.h>
Public Member Functions | |
| bool | operator== (const CoreId &rhs) const |
| Checks if two CoreId objects are equal. | |
| bool | operator< (const CoreId &rhs) const |
| Compares two CoreId objects for ordering. | |
Public Attributes | |
| Cluster | cluster = Cluster::Error |
| Core | core = Core::Error |
Detailed Description
Represents a unique identifier for an NPU core.
A CoreId consists of a Cluster and a Core, identifying a specific core within an NPU.
Member Function Documentation
◆ operator==()
|
inline |
◆ operator<()
|
inline |
Member Data Documentation
◆ cluster
| Cluster mobilint::CoreId::cluster = Cluster::Error |
◆ core
| Core mobilint::CoreId::core = Core::Error |
The documentation for this struct was generated from the following file:
Generated by