Home
last modified time | relevance | path

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

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