Concatenates the given sequence of seq tensors in the given dimensions. All tensors must either have the same shape or be empty.
沿着某个维度将一组同维数的数据组合。和[Pytorch Stack](PyTorch Stack.md)不同, cat
不会新产生维度。
Concatenates the given sequence of seq tensors in the given dimensions. All tensors must either have the same shape or be empty.
沿着某个维度将一组同维数的数据组合。和[Pytorch Stack](PyTorch Stack.md)不同, cat
不会新产生维度。