ONE - On-device Neural Engine
|
Go to the source code of this file.
Namespaces | |
namespace | luci |
Functions | |
void | luci::link (loco::GraphOutput *, CircleOutput *) |
Link GraphOutput with CircleOutput node. | |
CircleOutput * | luci::output_node (loco::Graph *g, const loco::GraphOutputIndex &index) |
Find a CircleOutput node with a given output index. | |
void | luci::link (loco::GraphInput *, CircleInput *) |
Link GraphInput with CircleInput node. | |
CircleInput * | luci::input_node (loco::Graph *g, const loco::GraphInputIndex &index) |
Find a Pull node with a given input index. | |