Home
last modified time | relevance | path

Searched refs:maybe_destroy_pyobj (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/c10/core/impl/
DPyObjectSlot.cpp8 maybe_destroy_pyobj(); in ~PyObjectSlot()
11 void PyObjectSlot::maybe_destroy_pyobj() { in maybe_destroy_pyobj() function in c10::impl::PyObjectSlot
DPyObjectSlot.h18 void maybe_destroy_pyobj();
/external/pytorch/c10/core/
DTensorImpl.cpp288 pyobj_slot_.maybe_destroy_pyobj(); in release_resources()