tf.keras.layers.concatenate

Functional interface to the Concatenate layer.

Used in the notebooks

Used in the tutorials

inputsA list of input tensors.
axisConcatenation axis.
**kwargsStandard layer keyword arguments.

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