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

Method getOffset

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

Source from the content-addressed store, hash-verified

258 int useCount() const { return data.use_count(); }
259
260 dim_t getOffset() const { return info.getOffset(); }
261
262 dim4 getDataDims() const { return data_dims; }
263

Callers 15

svdFunction · 0.45
joinFunction · 0.45
lu_inplaceFunction · 0.45
createSubArrayFunction · 0.45
writeHostDataArrayFunction · 0.45
writeDeviceDataArrayFunction · 0.45
cholesky_inplaceFunction · 0.45
copyDataFunction · 0.45
copyArrayFunction · 0.45
operator()Method · 0.45
getScalarFunction · 0.45
susanFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected