ONE - On-device Neural Engine
|
#include <RuntimeToIR.h>
Data Fields | |
std::unordered_map< const Tensor *, const luci::CircleNode * > | tensor_to_node |
std::unordered_map< const Kernel *, const luci::CircleNode * > | kernel_to_node |
Definition at line 30 of file RuntimeToIR.h.
std::unordered_map<const Kernel *, const luci::CircleNode *> luci_interpreter::RuntimeToIR::kernel_to_node |
Definition at line 33 of file RuntimeToIR.h.
Referenced by luci_interpreter::GraphLoader::loadOperators().
std::unordered_map<const Tensor *, const luci::CircleNode *> luci_interpreter::RuntimeToIR::tensor_to_node |
Definition at line 32 of file RuntimeToIR.h.
Referenced by luci_interpreter::GraphLoader::loadTensors().