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

Function FormatFunctionForError

tensorflow/core/lib/core/errors.h:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151inline string FormatFunctionForError(const string& name) {
152 return strings::StrCat("{{function_node ", name, "}}");
153}
154
155// The CanonicalCode() for non-errors.
156using ::tensorflow::error::OK;

Callers 4

RunMultiDeviceMethod · 0.85
FormatForErrorMethod · 0.85
RunFunctionMethod · 0.85

Calls 1

StrCatFunction · 0.50

Tested by 2

FormatForErrorMethod · 0.68