ONE - On-device Neural Engine
|
#include <CircleWhile.h>
Public Member Functions | |
bool | validate (const ValidateArgs &args) const final |
CircleNode * | build (const circle::OperatorT &op, GraphBuilderContext *context) const final |
While Node builder. | |
Public Member Functions inherited from luci::GraphBuilderBase | |
virtual | ~GraphBuilderBase ()=default |
Definition at line 25 of file CircleWhile.h.
|
finalvirtual |
While Node builder.
— CircleWhile — Node — - Node —
will be created like this
— CircleWhile — CircleWhileOut — Node — - CircleWhileOut — Node —
Implements luci::GraphBuilderBase.
Definition at line 61 of file CircleWhile.cpp.
References luci::CircleWhile::body_branch(), luci::CircleWhile::cond_branch(), luci::copy_tensor_attributes(), luci::IndexNodeFinder::enroll(), luci::GraphBuilderContext::graph(), luci::CircleWhile::input(), luci::CircleWhileOut::input(), luci::input_node(), luci::CircleNode::name(), luci::IndexNodeFinder::node(), luci::GraphBuilderContext::nodefinder(), luci::CircleNode::op_version(), luci::CircleReader::opcodes(), luci::GraphBuilderContext::reader(), luci::tensor_name(), and luci::CircleReader::tensors().
|
finalvirtual |
Implements luci::GraphBuilderBase.
Definition at line 28 of file CircleWhile.cpp.