OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_status_to_exception
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/python/eager/
core.py
28
def
_status_to_exception
(code, message):
function
45
e =
_status_to_exception
(self.code, self.message)
execute.py
66
six.raise_from(core.
_status_to_exception
(e.code, message), None)
benchmarks_test.py
71
six.raise_from(core.
_status_to_exception
(e.code, message), None)
tensor_test.py
46
raise core.
_status_to_exception
(e.code, e.message)
/external/tensorflow/tensorflow/python/framework/
ops.py
772
six.raise_from(core.
_status_to_exception
(e.code, e.message), None)
[
all
...]
Completed in 4253 milliseconds