tf.keras.backend.tile

TensorFlow 2 version View source on GitHub

Creates a tensor by tiling x by n.

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.