Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ StrCat
Function
StrCat
tensorflow/core/lib/strings/strcat.cc:85–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
string StrCat(const AlphaNum &a) { return string(a.data(), a.size()); }
86
87
string StrCat(const AlphaNum &a, const AlphaNum &b) {
88
string result;
Callers
nothing calls this directly
Calls
7
STLStringResizeUninitialized
Function · 0.85
Append2
Function · 0.85
Append1
Function · 0.85
Append4
Function · 0.85
data
Method · 0.45
size
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected