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

Method dims

src/backend/cpu/Param.hpp:97–97  ·  view source on GitHub ↗

Gets the shape/dimension of the memory

Source from the content-addressed store, hash-verified

95
96 /// Gets the shape/dimension of the memory
97 af::dim4 dims() const noexcept { return m_dims; }
98
99 /// Gets the stride of the memory
100 af::dim4 strides() const noexcept { return m_strides; }

Callers 15

reorderFunction · 0.45
resizeFunction · 0.45
histogramFunction · 0.45
hsv2rgbFunction · 0.45
rgb2hsvFunction · 0.45
scanFunction · 0.45
scanFunction · 0.45
convolve2Function · 0.45
svdInPlaceFunction · 0.45
nearest_neighbour_Function · 0.45
bilateralFunction · 0.45
realFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected