|
ONE - On-device Neural Engine
|
Namespaces | |
| namespace | operand |
Data Structures | |
| class | Backend |
| class | CLTimer |
| Class to measure CL kernels execution time. More... | |
| class | Config |
| class | ConstantInitializer |
| class | KernelGenerator |
| class | Optimizer |
| class | Validator |
Typedefs | |
| using | BackendContext = acl_common::AclBackendContext< TensorBuilder, ConstantInitializer, KernelGenerator, Optimizer > |
| using | TensorBuilder = acl_common::AclTensorBuilder< operand::ICLTensor, operand::CLTensor, operand::CLSubTensor > |
| using | MemoryManager = acl_common::AclMemoryManager< operand::ICLTensor, operand::CLTensor, operand::CLSubTensor > |
| using | LinearMemoryManager = acl_common::AclLinearMemoryManager< operand::ICLTensor, operand::CLTensor, operand::CLSubTensor, ::arm_compute::MemoryManagerOnDemand, ::arm_compute::PoolManager, ::arm_compute::BlobLifetimeManager, ::arm_compute::CLBufferAllocator, ::arm_compute::MemoryGroup > |
| using | InternalBufferManager = acl_common::AclInternalBufferManager< ::arm_compute::MemoryManagerOnDemand, ::arm_compute::PoolManager, ::arm_compute::BlobLifetimeManager, ::arm_compute::CLBufferAllocator > |
| using | TensorManager = acl_common::AclTensorManager< operand::ICLTensor, operand::CLTensor, operand::CLSubTensor > |
Functions | |
| TensorManager * | createTensorManager (bool is_linear_executor) |
| using onert::backend::acl_cl::BackendContext = typedef acl_common::AclBackendContext<TensorBuilder, ConstantInitializer, KernelGenerator, Optimizer> |
Definition at line 31 of file BackendContext.h.
| using onert::backend::acl_cl::InternalBufferManager = typedef acl_common::AclInternalBufferManager< ::arm_compute::MemoryManagerOnDemand, ::arm_compute::PoolManager, ::arm_compute::BlobLifetimeManager, ::arm_compute::CLBufferAllocator> |
Definition at line 48 of file TensorManager.h.
| using onert::backend::acl_cl::LinearMemoryManager = typedef acl_common::AclLinearMemoryManager<operand::ICLTensor, operand::CLTensor, operand::CLSubTensor, ::arm_compute::MemoryManagerOnDemand, ::arm_compute::PoolManager, ::arm_compute::BlobLifetimeManager, ::arm_compute::CLBufferAllocator, ::arm_compute::MemoryGroup> |
Definition at line 42 of file TensorManager.h.
| using onert::backend::acl_cl::MemoryManager = typedef acl_common::AclMemoryManager<operand::ICLTensor, operand::CLTensor, operand::CLSubTensor> |
Definition at line 39 of file TensorManager.h.
| using onert::backend::acl_cl::TensorBuilder = typedef acl_common::AclTensorBuilder<operand::ICLTensor, operand::CLTensor, operand::CLSubTensor> |
Definition at line 28 of file TensorBuilder.h.
| using onert::backend::acl_cl::TensorManager = typedef acl_common::AclTensorManager<operand::ICLTensor, operand::CLTensor, operand::CLSubTensor> |
Definition at line 52 of file TensorManager.h.
|
inline |
Definition at line 55 of file TensorManager.h.
References VERBOSE.
Referenced by onert::backend::acl_cl::Backend::newContext().