tf.keras.backend.tile

Creates a tensor by tiling x by n.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.tile, `tf.compat.v2.keras.backend.tile`

x A tensor or variable
n A list of integer. The length must be the same as the number of dimensions in x.

A tiled tensor.