cat

dragon.vm.torch.cat(
  tensors,
  dim=0,
  out=None
)[source]

Concatenate the inputs along the given dimension.

Parameters:
Returns:

dragon.vm.torch.Tensor The output tensor.