ONE - On-device Neural Engine
|
PartitionTable holds partition information. More...
#include <Partition.h>
Public Types | |
enum class | COMPLY { UNDEFINED , OPCODE , OPNAME } |
Data Fields | |
std::vector< std::string > | groups |
std::string | default_group |
COMPLY | comply = COMPLY::UNDEFINED |
std::unordered_map< std::string, std::string > | byopcodes |
std::unordered_map< std::string, std::string > | byopnames |
PartitionTable holds partition information.
Definition at line 33 of file Partition.h.
|
strong |
Enumerator | |
---|---|
UNDEFINED | |
OPCODE | |
OPNAME |
Definition at line 35 of file Partition.h.
std::unordered_map<std::string , std::string > luci::PartitionTable::byopcodes |
Definition at line 47 of file Partition.h.
Referenced by luci::validate().
std::unordered_map<std::string , std::string > luci::PartitionTable::byopnames |
Definition at line 50 of file Partition.h.
Referenced by luci::validate().
COMPLY luci::PartitionTable::comply = COMPLY::UNDEFINED |
Definition at line 44 of file Partition.h.
std::string luci::PartitionTable::default_group |
Definition at line 43 of file Partition.h.
Referenced by luci::produce_pgroups(), and luci::validate().
std::vector<std::string> luci::PartitionTable::groups |
Definition at line 42 of file Partition.h.
Referenced by luci::validate().