Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get_uid
Function
get_uid
tensorflow/compiler/xrt/xrt_compilation_cache.cc:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
namespace {
26
27
int64 get_uid() {
28
uint64 unsigned_rand = random::New64() & INT64_MAX;
29
return static_cast<int64>(unsigned_rand);
30
}
31
32
} // namespace
33
Callers
1
InitializeEntry
Method · 0.70
Calls
1
New64
Function · 0.85
Tested by
no test coverage detected