Function Description
Operator Function
Concatenates N tensors over the specified concat_dimension dimension (represented by C).
Formula

Wherein: 
Parameter |
Description |
|---|---|
src |
Input source tensor. |
dst |
Target tensor. |
ou |
The outermost dimension. |
in |
The innermost dimension. |
c |
Dimensions to be concatenated |
The concat primitive does not involve the forward or back propagation concept.
Parent topic: Concat