Skip to content

Commit

Permalink
[Feature] TensorDictCatView
Browse files Browse the repository at this point in the history
ghstack-source-id: 672dc8b82c0b025feab98d061b5241536fa040c0
Pull Request resolved: #1037
  • Loading branch information
vmoens committed Oct 11, 2024
1 parent 1e32195 commit fa3c693
Show file tree
Hide file tree
Showing 5 changed files with 1,155 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 fa3c693

Please sign in to comment.