|
ONE - On-device Neural Engine
|
#include <memory>#include "ir/Graph.h"#include "ir/OperationIndexMap.h"#include "ir/OperandIndexMap.h"#include "exec/FunctionSequence.h"#include "util/Set.h"Go to the source code of this file.
Data Structures | |
| struct | onert::backend::ContextData |
| class | onert::backend::BackendContext |
Namespaces | |
| namespace | onert |
| namespace | onert::backend |
Typedefs | |
| using | onert::backend::FunctionMap = std::unordered_map< ir::OperationIndex, std::unique_ptr< exec::FunctionSequence > > |
| using | onert::backend::BackendContexts = std::unordered_map< const Backend *, std::unique_ptr< BackendContext > > |