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

Function MakeUniq

tensorflow/core/lib/gtl/flatmap_test.cc:635–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633// Test unique_ptr handling.
634typedef std::unique_ptr<int> UniqInt;
635static UniqInt MakeUniq(int i) { return UniqInt(new int(i)); }
636
637struct HashUniq {
638 size_t operator()(const UniqInt& p) const { return *p; }

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected