Searched refs:ConcretePyInterpreterVTable (Results 1 – 1 of 1) sorted by relevance
43 struct ConcretePyInterpreterVTable final struct148 static ConcretePyInterpreterVTable* instance() { in instance() argument149 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 …]