Home
last modified time | relevance | path

Searched refs:THPStorage_getSharingMethods (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorageSharing.h6 PyMethodDef* THPStorage_getSharingMethods();
H A DStorage.cpp714 THPUtils_addPyMethodDefs(methods, THPStorage_getSharingMethods()); in THPStorage_init()
H A DStorageSharing.cpp689 PyMethodDef* THPStorage_getSharingMethods() { in THPStorage_getSharingMethods() function