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

Method Destroy

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

Source from the content-addressed store, hash-verified

343 new (&storage.val[i]) Val(std::forward<V>(v));
344 }
345 void Destroy(uint32 i) {
346 storage.key[i].Key::~Key();
347 storage.val[i].Val::~Val();
348 }
349 void MoveFrom(uint32 i, Bucket* src, uint32 src_index) {
350 new (&storage.key[i]) Key(std::move(src->storage.key[src_index]));
351 new (&storage.val[i]) Val(std::move(src->storage.val[src_index]));

Callers 9

~OpKernelContextMethod · 0.45
~EntryMethod · 0.45
EntryClass · 0.45
ClearValMethod · 0.45
TESTFunction · 0.45
clear_no_resizeMethod · 0.45
EraseMethod · 0.45
operator()Method · 0.45
RunAsyncMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36