Searched defs:share_memory_ (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/ | ||
H A D | StorageUtils.cpp | 35 C10_EXPORT void share_memory_(TensorBase& t) { in share_memory_() function |
/aosp_15_r20/external/pytorch/torch/ | ||
H A D | types.py | 100 def share_memory_(self) -> "Storage": member in Storage |
H A D | storage.py | 379 def share_memory_(self): member in _StorageBase |
H A D | _tensor.py | 763 def share_memory_(self): member in Tensor |
/aosp_15_r20/external/pytorch/torch/nn/ | ||
H A D | parameter.py | 146 def share_memory_(self): member in UninitializedTensorMixin |
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ | ||
H A D | TensorBase.h | 367 void share_memory_() { in share_memory_() function |