Searched refs:PyExceptionFetch (Results 1 – 4 of 4) sorted by relevance
227 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()
24 string PyExceptionFetch();
127 " object: ", PyExceptionFetch()); in SampleElementFromSequence()133 " object, as iter(<object>).next() failed: ", PyExceptionFetch()); in SampleElementFromSequence()170 return errors::InvalidArgument(PyExceptionFetch()); in InferShapeAndType()
99 string PyExceptionFetch() { in PyExceptionFetch() function