mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Add NestedTensor python subclass (#108314)
Description coming soon Pull Request resolved: https://github.com/pytorch/pytorch/pull/108314 Approved by: https://github.com/jbschlosser ghstack dependencies: #108808
This commit is contained in:
committed by
PyTorch MergeBot
parent
4a4a2fc1a5
commit
2bcff92540
@ -84,6 +84,7 @@ class DispatchKey(Enum):
|
||||
Sparse = auto()
|
||||
SparseCsrCPU = auto()
|
||||
SparseCsrCUDA = auto()
|
||||
NestedTensor = auto()
|
||||
|
||||
Python = auto()
|
||||
FuncTorchDynamicLayerBackMode = auto()
|
||||
|
Reference in New Issue
Block a user