Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h384 PyObject* TFE_Py_SetEagerContext(PyObject* py_context);
Dcontext.py1819 pywrap_tfe.TFE_Py_SetEagerContext(ctx)
Dpywrap_tfe_src.cc4244 PyObject* TFE_Py_SetEagerContext(PyObject* py_context) { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt195 TFE_Py_SetEagerContext
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1044 return tensorflow::PyoOrThrow(TFE_Py_SetEagerContext(o.ptr())); in PYBIND11_MODULE()