Searched refs:Hash64String (Results 1 – 1 of 1) sorted by relevance
39 inline uint64 Hash64String(const string& input) { in Hash64String() function119 uint64 hash = Hash64String(node.op()); in HashNodeDef()120 hash = Hash64Combine(hash, Hash64String(node.name())); in HashNodeDef()122 hash = Hash64Combine(hash, Hash64String(CanonicalInputName(input))); in HashNodeDef()124 hash = Hash64Combine(hash, Hash64String(node.device())); in HashNodeDef()135 hash = Hash64Combine(hash, Hash64String(attr_serialized)); in HashNodeDef()