Home
last modified time | relevance | path

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

/external/pytorch/c10/core/impl/
DPyInterpreter.cpp14 void decref(PyObject* pyobj, bool has_pyobj_slot) const override { in decref() function
/external/pytorch/aten/src/ATen/
DMapAllocator.cpp540 int RefcountedMapAllocator::decref() in decref() function in at::RefcountedMapAllocator
/external/pytorch/torch/csrc/
DPyInterpreter.cpp238 void ConcretePyInterpreterVTable::decref(PyObject* pyobj, bool has_pyobj_slot) in decref() function in torch::detail::__anonc6454cf60111::ConcretePyInterpreterVTable
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py443 def decref(self, c, ident): member in Server
/external/python/cpython3/Modules/
D_threadmodule.c290 thread_bootstate_free(struct bootstate *boot, int decref) in thread_bootstate_free()