Home
last modified time | relevance | path

Searched defs:torch_functions (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_torch_functions_manual.cpp493 void gatherTorchFunctions(std::vector<PyMethodDef>& torch_functions) { in gatherTorchFunctions()
577 static std::vector<PyMethodDef> torch_functions; in initTorchFunctions() local