Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_cpp_function.h56 THPCppFunction_next_functions, \
71 PyObject* THPCppFunction_next_functions(PyObject* self, void* _unused);
H A Dpython_cpp_function.cpp133 PyObject* THPCppFunction_next_functions(PyObject* self, void* _unused) { in THPCppFunction_next_functions() function