Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h453 void DestroyEagerContextThreadLocalData(PyObject* py_eager_context);
Dpywrap_tfe_src.cc4379 void DestroyEagerContextThreadLocalData(PyObject* py_eager_context) { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt198 tensorflow::DestroyEagerContextThreadLocalData
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc387 tensorflow::DestroyEagerContextThreadLocalData(py_eager_context_); in ~EagerContextThreadLocalDataWrapper()