Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp1902 void THPVariable_subclass_dealloc(PyObject* self) { in THPVariable_subclass_dealloc() function
2282 ((PyTypeObject*)cls)->tp_dealloc = (destructor)THPVariable_subclass_dealloc; in THPVariableMetaType_init()