Home
last modified time | relevance | path

Searched refs:THCPModule_methods (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1586 PyMethodDef* THCPModule_methods();
1658 THPUtils_addPyMethodDefs(methods, THCPModule_methods()); in initModule()
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DModule.cpp1976 PyMethodDef* THCPModule_methods() { in THCPModule_methods() function