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

Method get

src/backend/oneapi/Array.hpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 }
263
264 sycl::buffer<T> *get() const {
265 if (!isReady()) { eval(); }
266 return data.get();
267 }
268
269 template<typename outT>
270 sycl::buffer<outT> getBufferWithOffset(dim_t offset = -1) const {

Callers 15

ArrayClass · 0.95
deviceMethod · 0.95
reorderFunction · 0.45
getQueueHandleFunction · 0.45
platform.cppFile · 0.45
fft_inplaceFunction · 0.45
fft_r2cFunction · 0.45
fft_c2rFunction · 0.45
joinFunction · 0.45
diagExtractFunction · 0.45
reduceBlocksByKeyFunction · 0.45
reduceBlocksByKeyDimFunction · 0.45

Calls 1

evalClass · 0.70

Tested by

no test coverage detected