Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe.h451 void DestroyEagerContextThreadLocalData(PyObject* py_eager_context);
H A Dpywrap_tfe_src.cc4207 void DestroyEagerContextThreadLocalData(PyObject* py_eager_context) { function
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/
H A Dsymbols_pybind.txt207 tensorflow::DestroyEagerContextThreadLocalData
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc496 tensorflow::DestroyEagerContextThreadLocalData(py_eager_context_); in ~EagerContextThreadLocalDataWrapper()