Home
last modified time | relevance | path

Searched defs:SafePyHandle (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DSafePyObject.h96 struct C10_API SafePyHandle { struct
97 SafePyHandle() : data_(nullptr), pyinterpreter_(nullptr) {} in SafePyHandle() argument
98 SafePyHandle(PyObject* data, c10::impl::PyInterpreter* pyinterpreter) in SafePyHandle() argument
101 c10::impl::PyInterpreter& pyinterpreter() const { in pyinterpreter()
105 void reset() { in reset()
115 c10::impl::PyInterpreter* pyinterpreter_;