tf.keras.layers.Concatenate

Layer that concatenates a list of inputs.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.layers.Concatenate

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.