Searched refs:TFE_Py_SetEagerContext (Results 1 – 5 of 5) sorted by relevance
384 PyObject* TFE_Py_SetEagerContext(PyObject* py_context);
1819 pywrap_tfe.TFE_Py_SetEagerContext(ctx)
4244 PyObject* TFE_Py_SetEagerContext(PyObject* py_context) { function
195 TFE_Py_SetEagerContext
1044 return tensorflow::PyoOrThrow(TFE_Py_SetEagerContext(o.ptr())); in PYBIND11_MODULE()