Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ swap
Method
swap
tensorflow/core/lib/gtl/flatmap.h:108–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
~FlatMap() {}
107
108
void swap(FlatMap& x) { rep_.swap(x.rep_); }
109
void clear_no_resize() { rep_.clear_no_resize(); }
110
void clear() { rep_.clear(); }
111
void reserve(size_t N) { rep_.Resize(std::max(N, size())); }
Callers
4
TEST
Function · 0.45
Extract
Method · 0.45
ExtractUnsorted
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36