ONE - On-device Neural Engine
|
#include <ExpressionCache.h>
Public Types | |
using | Key = Expression |
using | Value = luci::CircleNode * |
Public Member Functions | |
Value | get (const Key &k) const |
void | put (const Key &k, const Value v) |
Definition at line 59 of file ExpressionCache.h.
Definition at line 62 of file ExpressionCache.h.
Definition at line 63 of file ExpressionCache.h.
Definition at line 71 of file ExpressionCache.h.
Referenced by luci::CommonSubExpressionEliminationPass::run().
Definition at line 81 of file ExpressionCache.h.
Referenced by luci::CommonSubExpressionEliminationPass::run().