Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dequal_graph_def.h67 uint64 NodeDefHash(const NodeDef& ndef,
Dequal_graph_def.cc90 h = Hash64Combine(NodeDefHash(*pair.second, options), h); in RepeatedNodeDefHash()
236 uint64 NodeDefHash(const NodeDef& ndef, const EqualGraphDefOptions& options) { in NodeDefHash() function