Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DStorageImpl.h243 impl::PyObjectSlot* pyobj_slot() { in pyobj_slot() function
247 const impl::PyObjectSlot* pyobj_slot() const { in pyobj_slot() function
H A DTensorImpl.h2126 impl::PyObjectSlot* pyobj_slot() { in pyobj_slot() function
2130 const impl::PyObjectSlot* pyobj_slot() const { in pyobj_slot() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorage.cpp99 c10::impl::PyObjectSlot* pyobj_slot = storage_impl->pyobj_slot(); in THPStorage_Wrap() local