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

Method dims

src/api/cpp/array.cpp:335–335  ·  view source on GitHub ↗

Helper functions

Source from the content-addressed store, hash-verified

333
334// Helper functions
335dim4 array::dims() const { return getDims(get()); }
336
337dim_t array::dims(unsigned dim) const { return dims()[dim]; }
338

Callers 15

operator-Method · 0.95
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
randuDimsTestFunction · 0.45
TEST_PFunction · 0.45
median_flatFunction · 0.45
median_testFunction · 0.45
TESTFunction · 0.45

Calls 2

getDimsFunction · 0.85
getFunction · 0.50

Tested by 6

assertArrayEqFunction · 0.36
assertImageEqFunction · 0.36
unravelIdxFunction · 0.36
toCooVectorFunction · 0.36
elemWiseEqFunction · 0.36
toTempFormatFunction · 0.36