![]() |
Creates a tensor by tiling x
by n
.
Aliases:
tf.compat.v1.keras.backend.tile
tf.compat.v2.keras.backend.tile
tf.keras.backend.tile(
x,
n
)
Arguments:
x
: A tensor or variablen
: A list of integer. The length must be the same as the number of dimensions inx
.
Returns:
A tiled tensor.