MCPcopy 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

25namespace {
26
27int64 get_uid() {
28 uint64 unsigned_rand = random::New64() & INT64_MAX;
29 return static_cast<int64>(unsigned_rand);
30}
31
32} // namespace
33

Callers 1

InitializeEntryMethod · 0.70

Calls 1

New64Function · 0.85

Tested by

no test coverage detected