cupy.tile#
- cupy.tile(A, reps)[source]#
Construct an array by repeating A the number of times given by reps.
- Parameters:
A (cupy.ndarray) – Array to transform.
- Returns:
Transformed array with repeats.
- Return type:
See also
Site Navigation
Section Navigation
ndarray)
cupy.ufunc)cupy.fft)cupy.linalg)cupy.random)cupy.testing)cupyx.scipy.fft)cupyx.scipy.fftpack)
cupyx.scipy.interpolate)cupyx.scipy.linalg)cupyx.scipy.ndimage)cupyx.scipy.signal)cupyx.scipy.signal.windows)cupyx.scipy.sparse)cupyx.scipy.sparse.linalg)cupyx.scipy.sparse.csgraph)
cupyx.scipy.spatial)
cupyx.scipy.spatial.distance)cupyx.scipy.special)cupyx.scipy.stats)
Construct an array by repeating A the number of times given by reps.
A (cupy.ndarray) – Array to transform.
Transformed array with repeats.
See also