Home
last modified time | relevance | path

Searched refs:Hash64CombineUnordered (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/hash/
Dhash.h51 inline uint64 Hash64CombineUnordered(uint64 a, uint64 b) { return a + b; } in Hash64CombineUnordered() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc3337 h = Hash64CombineUnordered( in ComputeSignature()
3339 h = Hash64CombineUnordered(std::hash<int>()(input_tensor.index()), h); in ComputeSignature()
3342 h = Hash64CombineUnordered(Hash64(attr.first), h); in ComputeSignature()
3343 h = Hash64CombineUnordered(FastAttrValueHash(attr.second), h); in ComputeSignature()