ONE - On-device Neural Engine
|
Namespaces | |
namespace | operand |
Data Structures | |
class | Backend |
class | Config |
class | ConstantInitializer |
class | KernelGenerator |
class | Optimizer |
Functions | |
TensorManager * | createTensorManager (bool is_linear_executor) |
using onert::backend::acl_neon::ActivationBuilder = typedef ::onert::backend::acl_common::AclActivationBuilder< ::arm_compute::ITensor, ::arm_compute::NEActivationLayer, acl_common::AclFunction> |
Definition at line 42 of file KernelGenerator.cc.
using onert::backend::acl_neon::BackendContext = typedef acl_common::AclBackendContext<TensorBuilder, ConstantInitializer, KernelGenerator, Optimizer> |
Definition at line 35 of file BackendContext.h.
using onert::backend::acl_neon::InternalBufferManager = typedef acl_common::AclInternalBufferManager< ::arm_compute::MemoryManagerOnDemand, ::arm_compute::PoolManager, ::arm_compute::OffsetLifetimeManager, ::arm_compute::Allocator> |
Definition at line 51 of file TensorManager.h.
using onert::backend::acl_neon::LinearMemoryManager = typedef acl_common::AclLinearMemoryManager< operand::INETensor, operand::NETensor, operand::NESubTensor, ::arm_compute::MemoryManagerOnDemand, ::arm_compute::PoolManager, ::arm_compute::OffsetLifetimeManager, ::arm_compute::Allocator, ::arm_compute::MemoryGroup> |
Definition at line 46 of file TensorManager.h.
using onert::backend::acl_neon::MemoryManager = typedef acl_common::AclMemoryManager<operand::INETensor, operand::NETensor, operand::NESubTensor> |
Definition at line 43 of file TensorManager.h.
using onert::backend::acl_neon::TensorBuilder = typedef acl_common::AclTensorBuilder<operand::INETensor, operand::NETensor, operand::NESubTensor> |
Definition at line 32 of file TensorBuilder.h.
using onert::backend::acl_neon::TensorManager = typedef acl_common::AclTensorManager<acl_neon::operand::INETensor, operand::NETensor, operand::NESubTensor> |
Definition at line 55 of file TensorManager.h.
|
inline |
Definition at line 58 of file TensorManager.h.
References VERBOSE.
Referenced by onert::backend::acl_neon::Backend::newContext().