|
ONE - On-device Neural Engine
|
Namespaces | |
| namespace | acl_cl |
| namespace | acl_common |
| namespace | acl_neon |
| namespace | basic |
| namespace | builtin |
| namespace | cl_common |
| namespace | cpu |
| namespace | custom |
| namespace | ggml |
| namespace | ruy |
| namespace | train |
| namespace | trix |
Data Structures | |
| class | Backend |
| class | BackendContext |
| struct | ContextData |
| struct | IConfig |
| class | IPortableTensor |
| A tensor class that is portable for other backends. More... | |
| class | ITensor |
| struct | ITensorRegistry |
| class | PortableTensorRegistryTemplate |
| TensorRegistry template class for the convenience of backend implementations. More... | |
| class | ValidatorBase |
Typedefs | |
| using | FunctionMap = std::unordered_map< ir::OperationIndex, std::unique_ptr< exec::FunctionSequence > > |
| using | BackendContexts = std::unordered_map< const Backend *, std::unique_ptr< BackendContext > > |
| using onert::backend::BackendContexts = typedef std::unordered_map<const Backend *, std::unique_ptr<BackendContext> > |
Definition at line 74 of file BackendContext.h.
| using onert::backend::FunctionMap = typedef std::unordered_map<ir::OperationIndex, std::unique_ptr<exec::FunctionSequence> > |
Definition at line 33 of file BackendContext.h.