Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc72 bool IsControlEdge() const { return control_; } in IsControlEdge() function in tensorflow::tensorrt::segment::__anon8f933a440111::SimpleEdge
/external/tensorflow/tensorflow/core/graph/
Dgraph.h933 inline bool Edge::IsControlEdge() const { in IsControlEdge() function