|
Flip the input along sepcified dimension. More...
Functions | |
AFAPI array | flip (const array &in, const unsigned dim) |
AFAPI af_err | af_flip (af_array *out, const af_array in, const unsigned dim) |
Flip the input along sepcified dimension.
Mirrors the array along the specified dimensions.
[out] | out | is the flipped array |
[in] | in | is the input array |
[in] | dim | is the dimensions to flip the array |
[in] | in | is the input array |
[in] | dim | is the dimensions to flip the array |