Concat
Concatenates two inputs along the given dimension.
Any input data type is supported, but both inputs must have the same data type. The output will have the same data type as the input.
By clicking the node the following parameters can be configured on the right panel:
- Dimension: The dimension to concatenate along. For example, given inputs with shape (2, 2, 2) and (2, 3, 2), and with dimension set to 1, the shape of the combined value would be (2, 5, 2).