Searched defs:SafePyHandle (Results 1 – 1 of 1) sorted by relevance
96 struct C10_API SafePyHandle { struct97 SafePyHandle() : data_(nullptr), pyinterpreter_(nullptr) {} in SafePyHandle() argument98 SafePyHandle(PyObject* data, c10::impl::PyInterpreter* pyinterpreter) in SafePyHandle() argument101 c10::impl::PyInterpreter& pyinterpreter() const { in pyinterpreter()105 void reset() { in reset()115 c10::impl::PyInterpreter* pyinterpreter_;