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

Method InitVal

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

Source from the content-addressed store, hash-verified

340 }
341 template <typename V>
342 void InitVal(uint32 i, V&& v) {
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();

Callers 1

InsertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected