ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci::PartitionTable Struct Reference

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
 

Detailed Description

PartitionTable holds partition information.

Definition at line 33 of file Partition.h.

Member Enumeration Documentation

◆ COMPLY

enum class luci::PartitionTable::COMPLY
strong
Enumerator
UNDEFINED 
OPCODE 
OPNAME 

Definition at line 35 of file Partition.h.

Field Documentation

◆ byopcodes

std::unordered_map<std::string , std::string > luci::PartitionTable::byopcodes

Definition at line 47 of file Partition.h.

Referenced by luci::validate().

◆ byopnames

std::unordered_map<std::string , std::string > luci::PartitionTable::byopnames

Definition at line 50 of file Partition.h.

Referenced by luci::validate().

◆ comply

COMPLY luci::PartitionTable::comply = COMPLY::UNDEFINED

Definition at line 44 of file Partition.h.

◆ default_group

std::string luci::PartitionTable::default_group

Definition at line 43 of file Partition.h.

Referenced by luci::produce_pgroups(), and luci::validate().

◆ groups

std::vector<std::string> luci::PartitionTable::groups

Definition at line 42 of file Partition.h.

Referenced by luci::validate().


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