Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc819 PyObject* fallback_exception_class = nullptr; variable
920 if (fallback_exception_class != nullptr) { in TFE_Py_RegisterFallbackExceptionClass()
921 Py_DECREF(fallback_exception_class); in TFE_Py_RegisterFallbackExceptionClass()
924 fallback_exception_class = nullptr; in TFE_Py_RegisterFallbackExceptionClass()
931 fallback_exception_class = e; in TFE_Py_RegisterFallbackExceptionClass()
971 if (fallback_exception_class != nullptr) { in RaiseFallbackException()
972 PyErr_SetString(fallback_exception_class, message); in RaiseFallbackException()