Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
inline string FormatFunctionForError(const string& name) {
152
return strings::StrCat(
"{{function_node "
, name,
"}}"
);
153
}
154
155
// The CanonicalCode() for non-errors.
156
using ::tensorflow::error::OK;
Callers
4
RunMultiDevice
Method · 0.85
ComputeIOColocationGroups
Method · 0.85
FormatForError
Method · 0.85
RunFunction
Method · 0.85
Calls
1
StrCat
Function · 0.50
Tested by
2
ComputeIOColocationGroups
Method · 0.68
FormatForError
Method · 0.68