ONE - On-device Neural Engine
|
#include <BackendContext.h>
Public Member Functions | |
DummyBackendContext (const Backend *backend, ContextData &&data, std::shared_ptr< backend::ITensorRegistry > tensor_registry=nullptr) | |
backend::ITensorRegistry * | genTensors () override |
backend::FunctionMap | genKernels () override |
![]() | |
BackendContext (const Backend *backend, ContextData &&data, std::shared_ptr< ITensorRegistry > tensor_registry=nullptr) | |
virtual | ~BackendContext ()=default |
const Backend * | backend () const |
const ir::Graph * | graph () const |
const util::Set< ir::OperandIndex > & | external_operands () const |
const ContextData & | data () const |
Additional Inherited Members | |
![]() | |
std::shared_ptr< ITensorRegistry > | tensor_registry |
![]() | |
const Backend * | _backend {nullptr} |
ContextData | _data |
Definition at line 31 of file BackendContext.h.
|
inline |
Definition at line 34 of file BackendContext.h.
|
inlineoverridevirtual |
Implements onert::backend::BackendContext.
Definition at line 42 of file BackendContext.h.
|
inlineoverridevirtual |
Implements onert::backend::BackendContext.
Definition at line 40 of file BackendContext.h.