tf.keras.layers.Concatenate

TensorFlow 2 version View source on GitHub

Layer that concatenates a list of inputs.

It takes as input a list of tensors, all of the same shape except for the concatenation axis, and returns a single tensor, the concatenation of all inputs.

axis Axis along which to concatenate.
**kwargs standard layer keyword arguments.