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

Method insert

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

Source from the content-addressed store, hash-verified

238
239 template <typename P>
240 std::pair<iterator, bool> insert(const P& p) {
241 return Insert(p.first, p.second);
242 }
243 std::pair<iterator, bool> insert(const std::pair<const Key, Val>& p) {
244 return Insert(p.first, p.second);
245 }

Callers 15

TESTFunction · 0.45
TESTFunction · 0.45
InsertOrUpdateFunction · 0.45
InsertIfNotPresentFunction · 0.45
map_util.hFile · 0.45
TESTFunction · 0.45
FillFunction · 0.45
TESTFunction · 0.45
FillFunction · 0.45
TESTFunction · 0.45
ReadNBytesMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 8

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
FillFunction · 0.36
TESTFunction · 0.36
FillFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36