Skip to content

Commit

Permalink
[Feature] TensorDictCatView
Browse files Browse the repository at this point in the history
ghstack-source-id: eda35393bab9de459fc01c6e33a872ffb1b1672a
Pull Request resolved: #1037
  • Loading branch information
vmoens committed Oct 10, 2024
1 parent 1e32195 commit 4a406ba
Show file tree
Hide file tree
Showing 5 changed files with 1,124 additions and 26 deletions.
2 changes: 1 addition & 1 deletion tensordict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# LICENSE file in the root directory of this source tree.

import tensordict._reductions
from tensordict._lazy import LazyStackedTensorDict
from tensordict._lazy import LazyStackedTensorDict, TensorDictCatView
from tensordict._nestedkey import NestedKey
from tensordict._td import (
cat,
Expand Down
Loading

0 comments on commit 4a406ba

Please sign in to comment.