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

Function Hash64Combine

tensorflow/core/lib/hash/hash.h:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115inline uint64 Hash64Combine(uint64 a, uint64 b) {
116 return a ^ (b + 0x9e3779b97f4a7800ULL + (a << 10) + (a >> 4));
117}
118
119// Combine two hashes in an order-independent way. This operation should be
120// associative and compute the same hash for a collection of elements

Callers 15

HashNodeDefFunction · 0.85
operator()Method · 0.85
FusedConvParametersMethod · 0.85
GetHashValueFunction · 0.85
GetHashValueMethod · 0.85
GetFusionOpHashValueMethod · 0.85
GetFusionOpHashValueMethod · 0.85
GetFusionOpHashValueMethod · 0.85
GetFusionOpHashValueMethod · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected