Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DSafePyObject.h22 struct C10_API SafePyObject { struct
24 SafePyObject(PyObject* data, c10::impl::PyInterpreter* pyinterpreter) in SafePyObject() function
26 SafePyObject(SafePyObject&& other) noexcept in SafePyObject() function
30 SafePyObject& operator=(SafePyObject&&) = delete; argument
32 SafePyObject(SafePyObject const& other) in SafePyObject() argument
54 ~SafePyObject() { in ~SafePyObject() argument
77 // A newtype wrapper around SafePyObject for type safety when a python object argument