19.05
|
#include "arm_compute/core/CL/ICLArray.h"
#include "arm_compute/core/CL/OpenCL.h"
#include "arm_compute/core/Error.h"
#include "arm_compute/core/Types.h"
#include "arm_compute/runtime/CL/CLScheduler.h"
Go to the source code of this file.
Data Structures | |
class | CLArray< T > |
CLArray implementation. More... | |
Namespaces | |
arm_compute | |
Copyright (c) 2017-2018 ARM Limited. | |
Typedefs | |
using | CLKeyPointArray = CLArray< KeyPoint > |
OpenCL Array of Key Points. More... | |
using | CLCoordinates2DArray = CLArray< Coordinates2D > |
OpenCL Array of 2D Coordinates. More... | |
using | CLDetectionWindowArray = CLArray< DetectionWindow > |
OpenCL Array of Detection Windows. More... | |
using | CLSize2DArray = CLArray< Size2D > |
OpenCL Array of 2D Sizes. More... | |
using | CLUInt8Array = CLArray< cl_uchar > |
OpenCL Array of uint8s. More... | |
using | CLUInt16Array = CLArray< cl_ushort > |
OpenCL Array of uint16s. More... | |
using | CLUInt32Array = CLArray< cl_uint > |
OpenCL Array of uint32s. More... | |
using | CLInt16Array = CLArray< cl_short > |
OpenCL Array of int16s. More... | |
using | CLInt32Array = CLArray< cl_int > |
OpenCL Array of int32s. More... | |
using | CLFloatArray = CLArray< cl_float > |
OpenCL Array of floats. More... | |