Compute Library
 19.05
CLArray.h File Reference

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...