MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getData

Method getData

src/backend/opencl/Array.hpp:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 explicit Array(const af::dim4 &dims, cl_mem mem, size_t offset, bool copy);
170
171 std::shared_ptr<cl::Buffer> getData() const { return data; }
172
173 public:
174 Array(const Array<T> &other) = default;

Callers 1

ArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected