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