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

Function StrCat

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

Source from the content-addressed store, hash-verified

195
196template <typename... AV>
197string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c,
198 const AlphaNum &d, const AlphaNum &e, const AV &... args) {
199 return internal::CatPieces({a.Piece(), b.Piece(), c.Piece(), d.Piece(),
200 e.Piece(),
201 static_cast<const AlphaNum &>(args).Piece()...});
202}
203
204// ----------------------------------------------------------------------
205// StrAppend()

Callers 15

TESTFunction · 0.70
CheckHex64Function · 0.70
CheckHex32Function · 0.70
CheckHexSigned32Function · 0.70
TestFastPrintsFunction · 0.70
MakeGraphDefFunction · 0.70
AppendNumericMethod · 0.70
AppendStringMethod · 0.70
DebugStringMethod · 0.50
GetTotalKeysNumFunction · 0.50
make_import_callbackFunction · 0.50
ComputeAsyncMethod · 0.50

Calls 2

CatPiecesFunction · 0.85
PieceMethod · 0.45

Tested by 15

TESTFunction · 0.56
CheckHex64Function · 0.56
CheckHex32Function · 0.56
CheckHexSigned32Function · 0.56
TestFastPrintsFunction · 0.56
MakeGraphDefFunction · 0.56
SetupExportMethod · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
GetSamplesFilePathFunction · 0.40
XrtClientTestMethod · 0.40
DeviceFromFlagFunction · 0.40