Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc188 EdgeRep cycle_edge(node, input_node); in Init()
235 EdgeRep edge(node, input.first); in HashNode()
616 EdgeRep edge(start, end); in is_cycle_forming_edge()
625 struct EdgeRep { struct in tensorflow::data::__anonda22bb810111::GraphHasher
629 EdgeRep(const NodeDef* start, const NodeDef* end) in EdgeRep() function