mbltmlCoreId_t Struct Reference

mbltmlCoreId_t Struct Reference#

mbltml: mbltmlCoreId_t Struct Reference
mbltml Test Preview
mbltml — EN
mbltmlCoreId_t Struct Reference

Composite identifier of an NPU core (cluster + core). More...

#include <type.h>

Public Attributes

mbltmlCluster_t cluster = MBLTML_CLUSTER_ERROR
mbltmlCore_t core = MBLTML_CORE_ERROR

Detailed Description

Composite identifier of an NPU core (cluster + core).

Definition at line 93 of file type.h.

Member Data Documentation

◆ cluster

mbltmlCluster_t mbltmlCoreId_t::cluster = MBLTML_CLUSTER_ERROR

Cluster of the core.

Definition at line 94 of file type.h.

◆ core

mbltmlCore_t mbltmlCoreId_t::core = MBLTML_CORE_ERROR

Core within the cluster.

Definition at line 95 of file type.h.


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