Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/tools/autograd/templates/
H A Dpython_torch_functions.cpp81 void gatherTorchFunctions${shard_id}(std::vector<PyMethodDef> &torch_functions) {
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_torch_functions_manual.cpp493 void gatherTorchFunctions(std::vector<PyMethodDef>& torch_functions) { in gatherTorchFunctions() function
578 gatherTorchFunctions(torch_functions); in initTorchFunctions()