Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc188 struct EdgePtrCompare { struct
189 bool operator()(const Edge* lhs, const Edge* rhs) const { in operator ()()