Home
last modified time | relevance | path

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

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