Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ swap
Method
swap
tensorflow/core/platform/tstring.h:177–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
176
#ifndef TF_API_COMPATIBLE_1150
177
void swap(tstring& str) {
178
std::swap(str_, str.str_);
179
}
180
#endif
181
182
friend const tstring operator+(const tstring& a, const tstring& b);
Callers
2
WorkerThread
Method · 0.45
MaybeFetch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected