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

Partition Group with Partition Nodes of same group and I/Os nodes. More...

#include <PartitionIR.h>

Data Fields

std::vector< std::unique_ptr< PNode > > pnodes
 
GroupKey group
 
uint32_t id = 0
 
std::vector< luci::CircleNode * > inputs
 
std::vector< luci::CircleNode * > outputs
 

Detailed Description

Partition Group with Partition Nodes of same group and I/Os nodes.

Definition at line 50 of file PartitionIR.h.

Field Documentation

◆ group

GroupKey luci::PGroup::group

Definition at line 53 of file PartitionIR.h.

Referenced by luci::dump(), luci::merge_pgroups(), and luci::produce_pmodules().

◆ id

uint32_t luci::PGroup::id = 0

Definition at line 54 of file PartitionIR.h.

Referenced by luci::merge_pgroups().

◆ inputs

std::vector<luci::CircleNode *> luci::PGroup::inputs

◆ outputs

◆ pnodes

std::vector<std::unique_ptr<PNode> > luci::PGroup::pnodes

Definition at line 52 of file PartitionIR.h.

Referenced by luci::dump().


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