Searched defs:EdgeRep (Results 1 – 1 of 1) sorted by relevance
625 struct EdgeRep { struct in tensorflow::data::__anonda22bb810111::GraphHasher626 const NodeDef* start_node;627 const NodeDef* end_node;629 EdgeRep(const NodeDef* start, const NodeDef* end) in EdgeRep() argument632 uint64 GetHash() { in GetHash()