Concat
Description
Concatenates multiple tensors.
Input
One input:
inputs: multiple tensors of type float16, float, int8, int16, int32, int64, uint8, uint16, uint32 or uint64.
Output
One output:
concat_result: tensor. Has an identical data type to that of the input.
Property
axis: (optional) axis on which the concat operation is performed. A negative number indicates that the dimension is counted from back to front. The value range is [-r, r - 1], where r indicates the number of dimensions of the input.
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Operators Specifications of the AI Framework