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

Function StrAppend

tensorflow/core/lib/strings/strcat.h:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232// Support 5 or more arguments
233template <typename... AV>
234inline void StrAppend(string *dest, const AlphaNum &a, const AlphaNum &b,
235 const AlphaNum &c, const AlphaNum &d, const AlphaNum &e,
236 const AV &... args) {
237 internal::AppendPieces(dest,
238 {a.Piece(), b.Piece(), c.Piece(), d.Piece(), e.Piece(),
239 static_cast<const AlphaNum &>(args).Piece()...});
240}
241
242} // namespace strings
243} // namespace tensorflow

Callers 15

TESTFunction · 0.70
OpenNestedMessageMethod · 0.70
CloseNestedMessageMethod · 0.70
CloseTopMessageMethod · 0.70
AppendFieldAndValueMethod · 0.70
AddInferredAttrFunction · 0.50
VectorToTupleFunction · 0.50
UnflattenFunction · 0.50
FlattenInputsMethod · 0.50
CodeMethod · 0.50
HandleGraphModeMethod · 0.50
ExpectListArgMethod · 0.50

Calls 2

AppendPiecesFunction · 0.85
PieceMethod · 0.45

Tested by 15

TESTFunction · 0.56
SummarizeClusteringFunction · 0.40
AppendStringifyNumFunction · 0.40
ExpectNearMethod · 0.40
JoinedCopiesFunction · 0.40