ONE - On-device Neural Engine
|
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 |
Partition Group with Partition Nodes of same group and I/Os nodes.
Definition at line 50 of file PartitionIR.h.
GroupKey luci::PGroup::group |
Definition at line 53 of file PartitionIR.h.
Referenced by luci::dump(), luci::merge_pgroups(), and luci::produce_pmodules().
uint32_t luci::PGroup::id = 0 |
Definition at line 54 of file PartitionIR.h.
Referenced by luci::merge_pgroups().
std::vector<luci::CircleNode *> luci::PGroup::inputs |
Definition at line 57 of file PartitionIR.h.
Referenced by luci::dump(), validate_onnx2circle.OnnxRunner::feed_random_inputs(), and package.infer.session::set_inputs().
std::vector<luci::CircleNode *> luci::PGroup::outputs |
Definition at line 58 of file PartitionIR.h.
Referenced by luci::dump(), validate_onnx2circle.OnnxRunner::get_outputs(), package.infer.session::inference(), and package.infer.session::set_outputs().
std::vector<std::unique_ptr<PNode> > luci::PGroup::pnodes |
Definition at line 52 of file PartitionIR.h.
Referenced by luci::dump().