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