Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_cpp_function.cpp124 void THPCppFunction_dealloc(PyObject* self) { in THPCppFunction_dealloc() function
258 type.tp_dealloc = THPCppFunction_dealloc; in _initFunctionPyTypeObject()