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

Function AppendStatus

tensorflow/compiler/xla/util.cc:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96Status AppendStatus(Status prior, absl::string_view context) {
97 CHECK(!prior.ok());
98 return Status{prior.code(),
99 absl::StrCat(prior.error_message(), ": ", context)};
100}
101
102string Reindent(absl::string_view original,
103 const absl::string_view indentation) {

Callers 4

NearHelperFunction · 0.85
EqualShapesFunction · 0.85
GetCurrentStatusMethod · 0.85
ExecuteOnLocalDevicesMethod · 0.85

Calls 3

StrCatFunction · 0.50
okMethod · 0.45
codeMethod · 0.45

Tested by

no test coverage detected