Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/python/
H A Dinit.cpp204 void RecordFunctionFast_dealloc(PyObject* selfGeneric) { in RecordFunctionFast_dealloc() function
649 RecordFunctionFast_Type.tp_dealloc = (destructor)RecordFunctionFast_dealloc; in initPythonBindings()