Searched defs:_new_with_weak_ptr (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/cuda/ | ||
H A D | __init__.py | 1333 def _new_with_weak_ptr(cls, *args, **kwargs): member in _CudaLegacyStorage |
/aosp_15_r20/external/pytorch/torch/ | ||
H A D | storage.py | 154 def _new_with_weak_ptr(cls: Type[T], *args, **kwargs) -> T: member in _StorageBase |