ONE - On-device Neural Engine
Loading...
Searching...
No Matches
TensorManager.h File Reference
#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.

Namespaces

namespace  onert
 
namespace  onert::backend
 
namespace  onert::backend::acl_cl
 

Typedefs

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 >
 

Functions

TensorManageronert::backend::acl_cl::createTensorManager (bool is_linear_executor)