ArmNN
 21.11
ClBackend.hpp File Reference
#include <armnn/backends/IBackendInternal.hpp>
#include <arm_compute/core/Types.h>
#include <arm_compute/runtime/CL/CLBufferAllocator.h>
#include <aclCommon/BaseMemoryManager.hpp>
#include <arm_compute/runtime/CL/CLMemoryRegion.h>
#include <arm_compute/core/CL/CLKernelLibrary.h>
#include <CL/cl_ext.h>
#include <sys/mman.h>

Go to the source code of this file.

Classes

class  ClBackend
 
class  ClBackend::ClBackendCustomAllocatorWrapper
 
class  ClBackend::ClBackendCustomAllocatorMemoryRegion
 

Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 

Variables

const BackendCapabilities gpuAccCapabilities ("GpuAcc", { {"NonConstWeights", false}, {"AsyncExecution", false}, {"ProtectedContentAllocation", true}, {"ConstantTensorsAsInputs", false}, {"PreImportIOTensors", false}, {"ExternallyManagedMemory", true}, {"MultiAxisPacking", false}, {"SingleAxisPacking", true} })