$darkmode
Get strides of underlying data. More...
Functions | |
| AFAPI dim4 | getStrides (const array &in) |
| AFAPI af_err | af_get_strides (dim_t *s0, dim_t *s1, dim_t *s2, dim_t *s3, const af_array arr) |
Get strides of underlying data.
| [in] | arr | An multi dimensional array. |
| [out] | s0 | distance between each consecutive element along first dimension. |
| [out] | s1 | distance between each consecutive element along second dimension. |
| [out] | s2 | distance between each consecutive element along third dimension. |
| [out] | s3 | distance between each consecutive element along fourth dimension. |
| [in] | in | An multi dimensional array. |