Reorder the input by in the specified order.
More...
Reorder the input by in the specified order.
Exchanges dimensions within an array. The order of the data along each dimension does not change.
◆ af_reorder()
- Parameters
-
[out] | out | is the reordered array |
[in] | in | is the input matrix |
[in] | x | specifies which dimension should be first |
[in] | y | specifies which dimension should be second |
[in] | z | specifies which dimension should be third |
[in] | w | specifies which dimension should be fourth |
◆ reorder()
AFAPI array af::reorder |
( |
const array & |
in, |
|
|
const unsigned |
x, |
|
|
const unsigned |
y = 1 , |
|
|
const unsigned |
z = 2 , |
|
|
const unsigned |
w = 3 |
|
) |
| |
- Parameters
-
[in] | in | is the input array |
[in] | x | specifies which dimension should be first |
[in] | y | specifies which dimension should be second |
[in] | z | specifies which dimension should be third |
[in] | w | specifies which dimension should be fourth |
- Returns
- the reordered output