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 |
Functions | |
TensorManager * | createTensorManager (bool is_linear_executor) |
using onert::backend::acl_cl::ActivationBuilder = typedef ::onert::backend::acl_common::AclActivationBuilder< ::arm_compute::ICLTensor, ::arm_compute::CLActivationLayer, acl_common::AclFunction> |
Definition at line 43 of file KernelGenerator.cc.
using onert::backend::acl_cl::BackendContext = typedef acl_common::AclBackendContext<TensorBuilder, ConstantInitializer, KernelGenerator, Optimizer> |
Definition at line 35 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 52 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 46 of file TensorManager.h.
using onert::backend::acl_cl::MemoryManager = typedef acl_common::AclMemoryManager<operand::ICLTensor, operand::CLTensor, operand::CLSubTensor> |
Definition at line 43 of file TensorManager.h.
using onert::backend::acl_cl::TensorBuilder = typedef acl_common::AclTensorBuilder<operand::ICLTensor, operand::CLTensor, operand::CLSubTensor> |
Definition at line 32 of file TensorBuilder.h.
using onert::backend::acl_cl::TensorManager = typedef acl_common::AclTensorManager<operand::ICLTensor, operand::CLTensor, operand::CLSubTensor> |
Definition at line 56 of file TensorManager.h.
|
inline |
Definition at line 59 of file TensorManager.h.
References VERBOSE.
Referenced by onert::backend::acl_cl::Backend::newContext().