Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ operator+
Function
operator+
tensorflow/core/platform/tstring.h:195–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
inline const tstring operator+(const tstring& a, const tstring& b) {
196
return tstring(a.str_ + b.str_);
197
}
198
199
inline std::ostream& operator<<(std::ostream& o, const tstring& str) {
200
return o << str.str_;
Callers
nothing calls this directly
Calls
1
tstring
Class · 0.85
Tested by
no test coverage detected