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.cc220 s = errors::InvalidArgument(PyExceptionFetch()); in DoCallPyFunc()
223 s = errors::OutOfRange(PyExceptionFetch()); in DoCallPyFunc()
225 s = errors::ResourceExhausted(PyExceptionFetch()); in DoCallPyFunc()
227 s = errors::Unimplemented(PyExceptionFetch()); in DoCallPyFunc()
231 s = errors::Unknown(PyExceptionFetch()); in DoCallPyFunc()
Dpy_util.h28 string PyExceptionFetch();
Dpy_util.cc95 string PyExceptionFetch() { in PyExceptionFetch() function
Dpy_seq_tensor.cc132 " object: ", PyExceptionFetch()); in SampleElementFromSequence()
138 " object, as iter(<object>).next() failed: ", PyExceptionFetch()); in SampleElementFromSequence()
178 return errors::InvalidArgument(PyExceptionFetch()); in InferShapeAndType()