Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Doptimizer_cse.cc100 void MixInteger(size_t z) { h_ = Hash64Combine(h_, z); } in MixInteger() function in tensorflow::Hasher
202 hasher.MixInteger(n->output_types().size()); in NodeHash()
204 hasher.MixInteger(dt); in NodeHash()
207 hasher.MixInteger(n->num_inputs()); in NodeHash()
212 hasher.MixInteger(edge.first->id()); in NodeHash()
213 hasher.MixInteger(edge.second); in NodeHash()
226 hasher.MixInteger(attr_hashes); in NodeHash()