Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.cc39 inline uint64 Hash64String(const string& input) { in Hash64String() function
119 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()