Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Doptimizer_cse.cc92 static size_t kIllegalNodeHash = 0; variable
96 uint64 hash() { return h_ == kIllegalNodeHash ? kIllegalNodeHash + 1 : h_; } in hash()