chainer.functions.concat¶ chainer.functions.concat(xs, axis=1)[source]¶ Concatenates given variables along an axis. Parameters xs (tuple of Variable or N-dimensional array) – Input variables to be concatenated. The variables must have the same shape, except in the dimension corresponding to axis. axis (int) – The axis along which the arrays will be joined. Default is 1. Returns The concatenated va