Searched refs:Hash64CombineUnordered (Results 1 – 6 of 6) sorted by relevance
207 hash = Hash64CombineUnordered(hash, Hash64(pair.first)); in RewriteDataset()211 hash = Hash64CombineUnordered(hash, tensor_hash); in RewriteDataset()
570 *hash = Hash64CombineUnordered(*hash, node_hash); in HashControlInputs()
106 h = Hash64CombineUnordered(input_hash, h); in ComputeSignature()111 h = Hash64CombineUnordered(attr_hash, h); in ComputeSignature()
57 inline uint64 Hash64CombineUnordered(uint64 a, uint64 b) { return a + b; } in Hash64CombineUnordered() function
224 attr_hashes = Hash64CombineUnordered(attr_hashes, h.hash()); in NodeHash()
343 Hash64CombineUnordered(Hash64(prefix()), reinterpret_cast<uint64>(this)); in InitializeBase()345 parent_id_ = Hash64CombineUnordered(Hash64(parent_->prefix()), in InitializeBase()