cat¶
- class tensordict.cat(input, dim=0, *, out=None)¶
Concatenates tensordicts into a single tensordict along the given dimension.
This call is equivalent to calling
torch.cat()
but is compatible with torch.compile.
Concatenates tensordicts into a single tensordict along the given dimension.
This call is equivalent to calling torch.cat()
but is compatible with torch.compile.