![]() |
Class Concatenate
Layer that concatenates a list of inputs.
Aliases:
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.
Arguments:
axis
: Axis along which to concatenate.**kwargs
: standard layer keyword arguments.
__init__
__init__(
axis=-1,
**kwargs
)