#include <RuntimeModule.h>
Definition at line 30 of file RuntimeModule.h.
◆ RuntimeModule() [1/2]
luci_interpreter::RuntimeModule::RuntimeModule |
( |
EventNotifier * |
event_notifier | ) |
|
|
inlineexplicit |
Definition at line 33 of file RuntimeModule.h.
33: _event_notifier(event_notifier) {}
◆ RuntimeModule() [2/2]
luci_interpreter::RuntimeModule::RuntimeModule |
( |
| ) |
|
|
default |
◆ addGraph() [1/2]
◆ addGraph() [2/2]
void luci_interpreter::RuntimeModule::addGraph |
( |
MemoryManager * |
memory_manager | ) |
|
|
inline |
Definition at line 61 of file RuntimeModule.h.
62 {
63 _graphs.emplace_back(memory_manager, &_circle_reader, this,
64 _circle_reader.get_current_subgraph_index());
65 }
◆ execute() [1/2]
void luci_interpreter::RuntimeModule::execute |
( |
| ) |
|
|
inline |
◆ execute() [2/2]
void luci_interpreter::RuntimeModule::execute |
( |
| ) |
const |
|
inline |
◆ getCircleReader()
CircleReader & luci_interpreter::RuntimeModule::getCircleReader |
( |
| ) |
|
|
inline |
◆ getEventNotifier()
EventNotifier * luci_interpreter::RuntimeModule::getEventNotifier |
( |
| ) |
const |
|
inline |
◆ getInputTensors()
const std::vector< Tensor * > & luci_interpreter::RuntimeModule::getInputTensors |
( |
| ) |
const |
|
inline |
◆ getMainGraph()
◆ getOutputTensors()
const std::vector< Tensor * > & luci_interpreter::RuntimeModule::getOutputTensors |
( |
| ) |
const |
|
inline |
◆ getRuntimeGraphAt()
BaseRuntimeGraph * luci_interpreter::RuntimeModule::getRuntimeGraphAt |
( |
uint32_t |
pos | ) |
|
|
inline |
◆ selectSubgraph()
void luci_interpreter::RuntimeModule::selectSubgraph |
( |
uint32_t |
index | ) |
|
|
inline |
The documentation for this class was generated from the following files: