ONE - On-device Neural Engine
|
#include <GraphBuilderContext.h>
Public Member Functions | |
void | enroll (TensorIndex idx, CircleNode *node) |
CircleNode * | node (TensorIndex idx) const |
Definition at line 38 of file GraphBuilderContext.h.
void luci::IndexNodeFinder::enroll | ( | TensorIndex | idx, |
CircleNode * | node | ||
) |
Definition at line 26 of file GraphBuilderContext.cpp.
References INFO, LOGGER, luci::CircleNode::name(), and node().
Referenced by luci::GraphBuilder::build(), luci::GraphBuilderMultiOutput::build(), and luci::CircleWhileGraphBuilder::build().
CircleNode * luci::IndexNodeFinder::node | ( | TensorIndex | idx | ) | const |
Definition at line 40 of file GraphBuilderContext.cpp.
Referenced by luci::GraphBuilder::build(), luci::GraphBuilderMultiOutput::build(), luci::CircleWhileGraphBuilder::build(), and enroll().