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

Method getOffset

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

Source from the content-addressed store, hash-verified

285 int useCount() const { return data.use_count(); }
286
287 dim_t getOffset() const { return info.getOffset(); }
288
289 dim4 getDataDims() const { return data_dims; }
290

Callers 9

fft_r2cFunction · 0.45
fft_c2rFunction · 0.45
joinFunction · 0.45
createSubArrayFunction · 0.45
writeHostDataArrayFunction · 0.45
writeDeviceDataArrayFunction · 0.45
copyArrayFunction · 0.45
operator()Method · 0.45
getScalarFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected