|
ONE - On-device Neural Engine
|
Namespaces | |
| namespace | operand |
Data Structures | |
| class | Backend |
| class | Config |
| class | ConstantInitializer |
| class | KernelGenerator |
| class | Optimizer |
| class | Validator |
Functions | |
| TensorManager * | createTensorManager (bool is_linear_executor) |
| typedef acl_common::AclActivationBuilder<::arm_compute::ITensor,::arm_compute::NEActivationLayer, acl_common::AclFunction > onert::backend::acl_neon::ActivationBuilder |
Definition at line 38 of file KernelGenerator.cc.
| using onert::backend::acl_neon::BackendContext = typedef acl_common::AclBackendContext<TensorBuilder, ConstantInitializer, KernelGenerator, Optimizer> |
Definition at line 31 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 47 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 42 of file TensorManager.h.
| using onert::backend::acl_neon::MemoryManager = typedef acl_common::AclMemoryManager<operand::INETensor, operand::NETensor, operand::NESubTensor> |
Definition at line 39 of file TensorManager.h.
| using onert::backend::acl_neon::TensorBuilder = typedef acl_common::AclTensorBuilder<operand::INETensor, operand::NETensor, operand::NESubTensor> |
Definition at line 28 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 51 of file TensorManager.h.
|
inline |
Definition at line 54 of file TensorManager.h.
References VERBOSE.
Referenced by onert::backend::acl_neon::Backend::newContext().