Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
634
typedef std::unique_ptr<int> UniqInt;
635
static UniqInt MakeUniq(int i) { return UniqInt(new int(i)); }
636
637
struct HashUniq {
638
size_t operator()(const UniqInt& p) const { return *p; }
Callers
1
TEST
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected