Home
last modified time | relevance | path

Searched defs:EdgeRep (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc625 struct EdgeRep { struct in tensorflow::data::__anonda22bb810111::GraphHasher
626 const NodeDef* start_node;
627 const NodeDef* end_node;
629 EdgeRep(const NodeDef* start, const NodeDef* end) in EdgeRep() argument
632 uint64 GetHash() { in GetHash()