Home
last modified time | relevance | path

Searched refs:CLArray (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/CL/
DCLArray.h37 class CLArray : public ICLArray<T>
41 CLArray() in CLArray() function
46 CLArray(const CLArray &) = delete;
48 CLArray &operator=(const CLArray &) = delete;
50 CLArray(CLArray &&) = default;
52 CLArray &operator=(CLArray &&) = default;
57 CLArray(size_t max_num_values) in CLArray() function
106 using CLUInt8Array = CLArray<cl_uchar>;
108 using CLUInt16Array = CLArray<cl_ushort>;
110 using CLUInt32Array = CLArray<cl_uint>;
[all …]
/external/ComputeLibrary/tests/CL/
DCLArrayAccessor.h46 CLArrayAccessor(CLArray<T> &array) in CLArrayAccessor()
90 CLArray<T> &_array;