Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dweakref_lru_cache.cc75 pybind11::weakref weakref; member
117 pybind11::weakref weakref( in GetCache() local
120 pybind11::handle weakref) { in GetCache()
Djax_jit.cc412 py::weakref weakref; member
431 py::cpp_function callback([this, key{std::move(key)}](py::handle weakref) { in Lookup()
434 PyObject* weakref = PyWeakref_NewRef(function.ptr(), callback.ptr()); in Lookup() local
/external/python/cpython3/Modules/_sqlite/
Dconnection.c204 PyObject* weakref; in pysqlite_do_all_statements() local
289 PyObject* weakref; in pysqlite_connection_register_cursor() local
815 PyObject* weakref; in _pysqlite_drop_unused_statement_references() local
846 PyObject* weakref; in _pysqlite_drop_unused_cursor_references() local
1376 PyObject* weakref; in pysqlite_connection_call() local
/external/python/cpython2/Modules/_sqlite/
Dconnection.c241 PyObject* weakref; in pysqlite_do_all_statements() local
306 PyObject* weakref; in pysqlite_connection_register_cursor() local
802 PyObject* weakref; in _pysqlite_drop_unused_statement_references() local
833 PyObject* weakref; in _pysqlite_drop_unused_cursor_references() local
1194 PyObject* weakref; in pysqlite_connection_call() local
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1408 weakref section in Improved Modules
D3.4.rst1748 weakref section in Improved Modules
/external/python/pybind11/include/pybind11/
Dpytypes.h1164 PYBIND11_OBJECT_DEFAULT(weakref, object, PyWeakref_Check) in PYBIND11_OBJECT_DEFAULT() argument