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

Method long_name

tensorflow/core/framework/model.h:180–180  ·  view source on GitHub ↗

Returns a longer node name that is guaranteed to be unique.

Source from the content-addressed store, hash-verified

178
179 // Returns a longer node name that is guaranteed to be unique.
180 string long_name() const { return strings::StrCat(name_, "(id:", id_, ")"); }
181
182 // Returns the node name.
183 const string& name() const { return name_; }

Callers 6

PrintHloProfileFunction · 0.80
TESTFunction · 0.80
TEST_PFunction · 0.80
AddNodeMethod · 0.80
RemoveNodeMethod · 0.80
LOCKS_EXCLUDEDMethod · 0.80

Calls 1

StrCatFunction · 0.50

Tested by 2

TESTFunction · 0.64
TEST_PFunction · 0.64