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 | ruy |
namespace | train |
namespace | trix |
namespace | xnnpack |
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... | |
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 78 of file BackendContext.h.
using onert::backend::FunctionMap = typedef std::unordered_map<ir::OperationIndex, std::unique_ptr<exec::FunctionSequence> > |
Definition at line 35 of file BackendContext.h.