ArrayFire: getOffset
Get Offset of the underlying data. More...
Functions | |
| AFAPI dim_t | getOffset (const array &in) |
| AFAPI af_err | af_get_offset (dim_t *offset, const af_array arr) |
Detailed Description
Get Offset of the underlying data.
Function Documentation
◆ af_get_offset()
- Parameters
-
[in] arr An multi dimensional array. [out] offset Offset from the starting location of data pointer specified in number of elements. distance between each consecutive element along first dimension.