Searched defs:PyObjectSlot (Results 1 – 2 of 2) sorted by relevance
12 struct C10_API PyObjectSlot { struct27 void init_pyobj( in init_pyobj()187 PyObject* pyobj_;
5 PyObjectSlot::PyObjectSlot() : pyobj_interpreter_(nullptr), pyobj_(nullptr) {} in PyObjectSlot() function in c10::impl::PyObjectSlot