np_tile
Repeats an input array by a specified number of times along each axis to create a larger array.
Instructions
Construct an array by repeating the input array the given number of times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array to tile. | |
| reps | Yes | The number of repetitions along each axis. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |