tf.keras.layers.concatenate

Functional interface to the Concatenate layer.

Used in the notebooks

Used in the tutorials

inputs A list of input tensors.
axis Concatenation axis.
**kwargs Standard layer keyword arguments.

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