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

Method status_code

tensorflow/core/distributed_runtime/message_wrappers.cc:654–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654errors::Code InMemoryRunGraphResponse::status_code() const {
655 return status_.code();
656}
657
658const string& InMemoryRunGraphResponse::status_error_message() const {
659 return status_.error_message();

Callers 2

WhenDoneMethod · 0.80
RunHelperMethod · 0.80

Calls 1

codeMethod · 0.45

Tested by

no test coverage detected