cupy.tile#

cupy.tile(A, reps)[source]#

Construct an array by repeating A the number of times given by reps.

Parameters
Returns

Transformed array with repeats.

Return type

cupy.ndarray

See also

numpy.tile()