MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / clear

Method clear

tensorflow/core/lib/gtl/flatmap.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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())); }
112 void rehash(size_t N) { rep_.Resize(std::max(N, size())); }
113 void resize(size_t N) { rep_.Resize(std::max(N, size())); }

Callers 6

TESTFunction · 0.45
TESTFunction · 0.45
STLDeleteElementsFunction · 0.45
STLDeleteValuesFunction · 0.45
ResetMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36