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

Function TEST

tensorflow/core/lib/random/random_test.cc:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace {
25
26TEST(New64Test, SanityCheck) {
27 std::set<uint64> values;
28 for (int i = 0; i < 1000000; i++) {
29 uint64 x = New64();
30 EXPECT_TRUE(values.insert(x).second) << "duplicate " << x;
31 }
32}
33
34} // namespace
35} // namespace random

Callers

nothing calls this directly

Calls 2

New64Function · 0.85
insertMethod · 0.45

Tested by

no test coverage detected