Tile a given array to form a bigger array. More...
Functions | |
| array | af::tile (array &in, int M, int N=1) |
| Tile the elements of the array. | |
Tile a given array to form a bigger array.
| [in] | in | Input array of shape(R, C) |
| [in] | M | Number of vertical tiles |
| [in] | N | Number of horizontal tiles |
| array af::tile | ( | array & | in, |
| int | M, | ||
| int | N = 1 |
||
| ) |
Tile the elements of the array.