ONE - On-device Neural Engine
|
#include <ExpressionCache.h>
Data Structures | |
struct | Hash |
Static Public Member Functions | |
static Expression | build (luci::CircleNode *node) |
Data Fields | |
std::vector< loco::Node * > | inputs |
luci::CircleNode * | op = nullptr |
Definition at line 31 of file ExpressionCache.h.
|
static |
Definition at line 169 of file ExpressionCache.cpp.
References loco::Node::arg(), inputs, op, and luci::CircleNode::opcode().
Referenced by luci::CommonSubExpressionEliminationPass::run().
std::vector<loco::Node *> luci::pass::Expression::inputs |
Definition at line 39 of file ExpressionCache.h.
Referenced by build(), validate_onnx2circle.OnnxRunner::feed_random_inputs(), luci::pass::operator==(), and package.infer.session::set_inputs().
luci::CircleNode* luci::pass::Expression::op = nullptr |
Definition at line 40 of file ExpressionCache.h.
Referenced by build(), and luci::pass::operator==().