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

Function TEST

tensorflow/core/platform/fingerprint_test.cc:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace {
25
26TEST(Fingerprint64, IsForeverFrozen) {
27 EXPECT_EQ(15404698994557526151ULL, Fingerprint64("Hello"));
28 EXPECT_EQ(18308117990299812472ULL, Fingerprint64("World"));
29}
30
31TEST(Fingerprint128, IsForeverFrozen) {
32 {

Callers

nothing calls this directly

Calls 3

Fingerprint64Function · 0.85
Fingerprint128Function · 0.85
FingerprintCat64Function · 0.85

Tested by

no test coverage detected