MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / error_code

Method error_code

tensorflow/python/framework/errors_impl.py:110–112  ·  view source on GitHub ↗

The integer error code that describes the error.

(self)

Source from the content-addressed store, hash-verified

108
109 @property
110 def error_code(self):
111 """The integer error code that describes the error."""
112 return self._error_code
113
114 @property
115 def node_def(self):

Callers 8

CreateMessageMethod · 0.80
ParseMessageMethod · 0.80
QuerySystemInfoMethod · 0.80
ResetMethod · 0.80
CloseMethod · 0.80
CreateGrpcTpuDriverFunction · 0.80
IsStreamRemovedErrorFunction · 0.80
FromGrpcStatusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected