Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ erase
Method
erase
tensorflow/core/lib/gtl/flatmap.h:261–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
size_t erase(const Key& k) {
262
auto r = rep_.Find(k);
263
if (!r.found) return 0;
264
rep_.Erase(r.b, r.index);
265
return 1;
266
}
267
iterator erase(iterator pos) {
268
rep_.Erase(pos.b_, pos.i_);
269
++pos;
Callers
7
EraseKeyReturnValuePtr
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
STLSortAndRemoveDuplicates
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Unregister
Method · 0.45
Calls
2
Find
Method · 0.45
Erase
Method · 0.45
Tested by
4
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36