Searched defs:IsControlEdge (Results 1 – 3 of 3) sorted by relevance
| /external/v8/src/compiler/ | ||
| D | node-properties.cc | 122 bool NodeProperties::IsControlEdge(Edge edge) { in IsControlEdge() function in v8::internal::compiler::NodeProperties |
| /external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ | ||
| D | segment.cc | 65 bool IsControlEdge() const { return control_; } in IsControlEdge() function in tensorflow::tensorrt::segment::SimpleEdge |
| /external/tensorflow/tensorflow/core/graph/ | ||
| D | graph.h | 850 inline bool Edge::IsControlEdge() const { in IsControlEdge() function |