![]() |
Creates a tensor by tiling x
by n
.
Aliases:
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.
![]() |
Creates a tensor by tiling x
by n
.
tf.keras.backend.tile(
x,
n
)
x
: A tensor or variablen
: A list of integer. The length must be the same as the number of
dimensions in x
.A tiled tensor.