Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.cc122 bool NodeProperties::IsControlEdge(Edge edge) { in IsControlEdge() function in v8::internal::compiler::NodeProperties
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc65 bool IsControlEdge() const { return control_; } in IsControlEdge() function in tensorflow::tensorrt::segment::SimpleEdge
/external/tensorflow/tensorflow/core/graph/
Dgraph.h850 inline bool Edge::IsControlEdge() const { in IsControlEdge() function