ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci_interpreter::RuntimeToIR Struct Reference

#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
 

Detailed Description

Definition at line 30 of file RuntimeToIR.h.

Field Documentation

◆ kernel_to_node

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().

◆ tensor_to_node

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().


The documentation for this struct was generated from the following file: