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

Function GetFullName

tensorflow/compiler/xla/client/xla_builder.cc:60–63  ·  view source on GitHub ↗

Generates a fully qualified computation/instruction name.

Source from the content-addressed store, hash-verified

58
59// Generates a fully qualified computation/instruction name.
60string GetFullName(const string& base_name, char separator, int64 id) {
61 const char separator_str[] = {separator, '\0'};
62 return StrCat(base_name, separator_str, id);
63}
64
65// Common function to standardize setting name and IDs on computation and
66// instruction proto entities.

Callers 3

SetProtoIdAndNameFunction · 0.85
BuildMethod · 0.85
BuildConstantSubGraphMethod · 0.85

Calls 1

StrCatFunction · 0.50

Tested by

no test coverage detected