Searched refs:PyExceptionFetch (Results 1 – 4 of 4) sorted by relevance
220 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()
28 string PyExceptionFetch();
95 string PyExceptionFetch() { in PyExceptionFetch() function
132 " object: ", PyExceptionFetch()); in SampleElementFromSequence()138 " object, as iter(<object>).next() failed: ", PyExceptionFetch()); in SampleElementFromSequence()178 return errors::InvalidArgument(PyExceptionFetch()); in InferShapeAndType()