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

Method getOffset

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

Source from the content-addressed store, hash-verified

237 void eval() const;
238
239 dim_t getOffset() const { return info.getOffset(); }
240 shared_ptr<T> getData() const { return data; }
241
242 dim4 getDataDims() const { return data_dims; }

Callers 4

createSubArrayFunction · 0.45
af_get_offsetFunction · 0.45
pointListFunction · 0.45
printFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected