MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / CLArray

Method CLArray

arm_compute/runtime/CL/CLArray.h:45–47  ·  view source on GitHub ↗

Default constructor: empty array */

Source from the content-addressed store, hash-verified

43public:
44 /** Default constructor: empty array */
45 CLArray() : ICLArray<T>(0), _buffer()
46 {
47 }
48 /** Prevent instances of this class from being copied (As this class contains pointers) */
49 CLArray(const CLArray &) = delete;
50 /** Prevent instances of this class from being copied (As this class contains pointers) */

Callers

nothing calls this directly

Calls 1

contextMethod · 0.80

Tested by

no test coverage detected