tf.keras.layers.concatenate

View source on GitHub

Functional interface to the Concatenate layer.

tf.keras.layers.concatenate(
    inputs, axis=-1, **kwargs
)

Arguments:

Returns:

A tensor, the concatenation of the inputs alongside axis axis.