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

Function Join

tensorflow/core/platform/str_util.h:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93// Join functionality
94template <typename T>
95string Join(const T& s, const char* sep) {
96 return absl::StrJoin(s, sep);
97}
98
99// A variant of Join where for each element of "s", f(&dest_string, elem)
100// is invoked (f is often constructed with a lambda of the form:

Callers 15

TESTFunction · 0.70
~MPIServerMethod · 0.50
JoinMethod · 0.50
~SeastarServerMethod · 0.50
ToStringMethod · 0.50
JoinMethod · 0.50
DebugStringMethod · 0.50
JoinMethod · 0.50
~VerbsServerMethod · 0.50
JoinMethod · 0.50
AttrValueToJsonFunction · 0.50

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.56
CanonicalGraphStringMethod · 0.40