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

Method getDataDims

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

Source from the content-addressed store, hash-verified

238 dim_t getOffset() const { return info.getOffset(); }
239
240 dim4 getDataDims() const { return data_dims; }
241
242 void setDataDims(const dim4 &new_dims);
243

Callers 3

indexFunction · 0.45
ArrayMethod · 0.45
createSubArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected