Searched refs:TFE_Py_RegisterExceptionClass (Results 1 – 6 of 6) sorted by relevance
47 pywrap_tfe.TFE_Py_RegisterExceptionClass(_NotOkStatusException)
73 PyObject* TFE_Py_RegisterExceptionClass(PyObject* e);
624 pywrap_tfe.TFE_Py_RegisterExceptionClass(str)625 …pywrap_tfe.TFE_Py_RegisterExceptionClass(core._NotOkStatusException) # pylint: disable=protected-…
922 PyObject* TFE_Py_RegisterExceptionClass(PyObject* e) { in TFE_Py_RegisterExceptionClass() function
158 TFE_Py_RegisterExceptionClass
632 return tensorflow::PyoOrThrow(TFE_Py_RegisterExceptionClass(e.ptr())); in PYBIND11_MODULE()