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

Method getDataDims

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

Source from the content-addressed store, hash-verified

240 shared_ptr<T> getData() const { return data; }
241
242 dim4 getDataDims() const { return data_dims; }
243
244 void setDataDims(const dim4 &new_dims);
245

Callers 8

getNodeMethod · 0.95
fft_inplaceFunction · 0.45
fft_r2cFunction · 0.45
fft_c2rFunction · 0.45
indexFunction · 0.45
ArrayMethod · 0.45
createSubArrayFunction · 0.45
assignFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected