ONE - On-device Neural Engine
Loading...
Searching...
No Matches
CircleNodes.cpp File Reference
#include "luci/IR/CircleNodes.h"
#include "Check.h"
#include <loco.h>

Go to the source code of this file.

Namespaces

namespace  luci
 

Functions

void luci::link (loco::GraphOutput *, CircleOutput *)
 Link GraphOutput with CircleOutput node.
 
CircleOutputluci::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.
 
CircleInputluci::input_node (loco::Graph *g, const loco::GraphInputIndex &index)
 Find a Pull node with a given input index.