Searched defs:torch_functions (Results 1 – 1 of 1) sorted by relevance
493 void gatherTorchFunctions(std::vector<PyMethodDef>& torch_functions) { in gatherTorchFunctions()577 static std::vector<PyMethodDef> torch_functions; in initTorchFunctions() local