concat
Concatenation Layer.
It takes tensors as inputs, all of the same shape except for the concatenation axis, and returns a single tensor, the concatenation of all inputs. The maximum size of input array is 8.
Parameter
- axis : Integer, axis along which to concatenate.