Method Concat
Concat(Tensor[], Tensor, int)
Calculates an output tensor by concatenating the input tensors along a given axis.
Declaration
void Concat(Tensor[] inputs, Tensor O, int axis)
Parameters
Type | Name | Description |
---|---|---|
Tensor[] | inputs | The input tensors. |
Tensor | O | The output tensor to be computed and filled. |
int | axis | The axis along which to concatenate the input tensors. |