HomeSort by relevance Sort by last modified time
    Searched refs:PyExceptionFetch (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/python/lib/core/
py_util.h 24 string PyExceptionFetch();
py_util.cc 44 string PyExceptionFetch() {
46 << "Must only call PyExceptionFetch after an exception.";
py_func.cc 191 return errors::InvalidArgument(PyExceptionFetch());
194 return errors::OutOfRange(PyExceptionFetch());
196 return errors::ResourceExhausted(PyExceptionFetch());
198 return errors::Unimplemented(PyExceptionFetch());
202 return errors::Unknown(PyExceptionFetch());
py_seq_tensor.cc 105 return errors::InvalidArgument(PyExceptionFetch());

Completed in 135 milliseconds