Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc4068 PyObject* global_py_eager_context = nullptr; variable
4072 Py_XDECREF(global_py_eager_context);
4073 global_py_eager_context = PyWeakref_NewRef(py_context, nullptr);
4074 if (global_py_eager_context == nullptr) {
4081 if (global_py_eager_context == nullptr) {
4085 PyObject* py_context = PyWeakref_GET_OBJECT(global_py_eager_context);