Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc227 return errors::InvalidArgument(PyExceptionFetch()); in DoCallPyFunc()
230 return errors::OutOfRange(PyExceptionFetch()); in DoCallPyFunc()
232 return errors::ResourceExhausted(PyExceptionFetch()); in DoCallPyFunc()
234 return errors::Unimplemented(PyExceptionFetch()); in DoCallPyFunc()
238 return errors::Unknown(PyExceptionFetch()); in DoCallPyFunc()
Dpy_util.h24 string PyExceptionFetch();
Dpy_seq_tensor.cc127 " object: ", PyExceptionFetch()); in SampleElementFromSequence()
133 " object, as iter(<object>).next() failed: ", PyExceptionFetch()); in SampleElementFromSequence()
170 return errors::InvalidArgument(PyExceptionFetch()); in InferShapeAndType()
Dpy_util.cc99 string PyExceptionFetch() { in PyExceptionFetch() function