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

Method getData

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

Source from the content-addressed store, hash-verified

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; }
243

Callers 2

ArrayMethod · 0.45
evalMultipleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected