#include <arm_compute/runtime/CL/CLBufferAllocator.h>
#include <arm_compute/runtime/PoolManager.h>
#include <arm_compute/runtime/BlobLifetimeManager.h>
#include <arm_compute/runtime/MemoryManagerOnDemand.h>
#include <arm_compute/runtime/MemoryGroup.h>
#include <AclMemoryManager.h>
#include <AclLinearMemoryManager.h>
#include <AclInternalBufferManager.h>
#include <AclTensorManager.h>
#include "operand/CLTensor.h"
#include "operand/CLSubTensor.h"
#include "util/logging.h"
Go to the source code of this file.
|
using | onert::backend::acl_cl::MemoryManager = acl_common::AclMemoryManager< operand::ICLTensor, operand::CLTensor, operand::CLSubTensor > |
|
using | onert::backend::acl_cl::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 | onert::backend::acl_cl::InternalBufferManager = acl_common::AclInternalBufferManager< ::arm_compute::MemoryManagerOnDemand, ::arm_compute::PoolManager, ::arm_compute::BlobLifetimeManager, ::arm_compute::CLBufferAllocator > |
|
using | onert::backend::acl_cl::TensorManager = acl_common::AclTensorManager< operand::ICLTensor, operand::CLTensor, operand::CLSubTensor > |
|