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

Method get

src/backend/cpu/Array.hpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 T *device() const { return const_cast<Array<T> *>(this)->device(); }
259
260 T *get(bool withOffset = true) {
261 return const_cast<T *>(
262 static_cast<const Array<T> *>(this)->get(withOffset));
263 }
264
265 const T *get(bool withOffset = true) const {
266 if (!data.get()) eval();

Callers 15

ArrayClass · 0.95
deviceMethod · 0.95
computeHomographyFunction · 0.45
findBestHomographyFunction · 0.45
svdInPlaceFunction · 0.45
fft_inplaceFunction · 0.45
fft_r2cFunction · 0.45
fft_c2rFunction · 0.45
harrisFunction · 0.45
topkFunction · 0.45
fftconvolveFunction · 0.45
copy_vector_fieldFunction · 0.45

Calls 2

evalClass · 0.50
getOffsetFunction · 0.50

Tested by

no test coverage detected