Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/data/
Dhash_utils.cc697 struct EdgeRep { struct in tensorflow::data::__anonaddf1e030111::GraphHasher
698 const NodeDef* start_node;
699 const NodeDef* end_node;
701 EdgeRep(const NodeDef* start, const NodeDef* end) in EdgeRep() function
704 uint64 GetHash() { in GetHash()