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

Method strides

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

Gets the stride of the memory

Source from the content-addressed store, hash-verified

98
99 /// Gets the stride of the memory
100 af::dim4 strides() const noexcept { return m_strides; }
101
102 /// Returns the size of a particular dimension
103 ///

Callers 15

svdInPlaceFunction · 0.45
fft_inplaceFunction · 0.45
fft_r2cFunction · 0.45
fft_c2rFunction · 0.45
joinFunction · 0.45
indexFunction · 0.45
lu_inplaceFunction · 0.45
evalMultipleFunction · 0.45
createSubArrayFunction · 0.45
cholesky_inplaceFunction · 0.45
copyArrayFunction · 0.45
matmulFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected