Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorageMethods.h6 PyMethodDef* THPStorage_getMethods();
H A DStorage.cpp713 THPUtils_addPyMethodDefs(methods, THPStorage_getMethods()); in THPStorage_init()
H A DStorageMethods.cpp667 PyMethodDef* THPStorage_getMethods() { in THPStorage_getMethods() function