Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_cpp_function.h47 THPCppFunction_sequence_nr, \
79 PyObject* THPCppFunction_sequence_nr(PyObject* self, PyObject* noargs);
H A Dpython_cpp_function.cpp198 PyObject* THPCppFunction_sequence_nr(PyObject* self, PyObject* noargs) { in THPCppFunction_sequence_nr() function