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

Partition Node with CircleNode with group name. More...

#include <PartitionIR.h>

Collaboration diagram for luci::PNode:

Data Fields

const luci::CircleNodenode = nullptr
 
GroupKey group
 
const PGrouppgroup = nullptr
 

Detailed Description

Partition Node with CircleNode with group name.

Note
node just points to source luci::CircleNode, NOT the cloned node CloneContext is used to find cloned node from source node

Definition at line 39 of file PartitionIR.h.

Field Documentation

◆ group

GroupKey luci::PNode::group

Definition at line 42 of file PartitionIR.h.

Referenced by luci::dump().

◆ node

const luci::CircleNode* luci::PNode::node = nullptr

Definition at line 41 of file PartitionIR.h.

Referenced by luci::dump().

◆ pgroup

const PGroup* luci::PNode::pgroup = nullptr

Definition at line 44 of file PartitionIR.h.


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