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

Function FormatColocationNodeForError

tensorflow/core/lib/core/errors.h:140–142  ·  view source on GitHub ↗

LINT.IfChange

Source from the content-addressed store, hash-verified

138}
139// LINT.IfChange
140inline string FormatColocationNodeForError(const string& name) {
141 return strings::StrCat("{{colocation_node ", name, "}}");
142}
143// LINT.ThenChange(//tensorflow/python/framework/error_interpolation.py)
144template <typename T>
145string FormatColocationNodeForError(const T& names) {

Callers 2

ColocateNodesMethod · 0.85
GetDevicesForNodeMethod · 0.85

Calls 2

StrCatFunction · 0.50
StrAppendFunction · 0.50

Tested by

no test coverage detected