Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A DPyInterpreter.cpp43 struct ConcretePyInterpreterVTable final struct
148 static ConcretePyInterpreterVTable* instance() { in instance() argument
149 static ConcretePyInterpreterVTable s; in instance()
158 ConcretePyInterpreterVTable::instance())), in PyInterpreterHolder()
238 void ConcretePyInterpreterVTable::decref(PyObject* pyobj, bool has_pyobj_slot) in decref()
279 void ConcretePyInterpreterVTable::incref(PyObject* pyobj) const { in incref()
290 void ConcretePyInterpreterVTable::reportErrorCallback( in reportErrorCallback()
300 void ConcretePyInterpreterVTable::dispatch( in dispatch()
356 void ConcretePyInterpreterVTable::python_dispatcher( in python_dispatcher()
402 c10::intrusive_ptr<c10::TensorImpl> ConcretePyInterpreterVTable::detach( in detach()
[all …]