Compute Library
 23.08
ICLArray.h File Reference

Go to the source code of this file.

Data Structures

class  ICLArray< T >
 Interface for OpenCL Array. More...
 

Namespaces

 arm_compute
 Copyright (c) 2017-2023 Arm Limited.
 

Typedefs

using ICLUInt8Array = ICLArray< cl_uchar >
 Interface for OpenCL Array of uint8s. More...
 
using ICLUInt16Array = ICLArray< cl_ushort >
 Interface for OpenCL Array of uint16s. More...
 
using ICLUInt32Array = ICLArray< cl_uint >
 Interface for OpenCL Array of uint32s. More...
 
using ICLInt16Array = ICLArray< cl_short >
 Interface for OpenCL Array of int16s. More...
 
using ICLInt32Array = ICLArray< cl_int >
 Interface for OpenCL Array of int32s. More...
 
using ICLFloatArray = ICLArray< cl_float >
 Interface for OpenCL Array of floats. More...