Skip to main content

tile

Construct an array by tiling a according to the repetition counts in reps. The result has the same dtype as a.
Returns: NDArray — The tiled array.

repeat

Repeat each element of an array a given number of times.
Returns: NDArray — Array with repeated elements.

pad

Pad an array with values along each dimension.
Returns: NDArray — Padded array.