Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dinline_function_utils.cc643 const auto is_control_edge = [](const Edge* e) -> bool { in InlineFunctionBody() local
659 absl::c_none_of(n->in_edges(), is_control_edge))) && // in InlineFunctionBody()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc348 if (conn.is_control_edge()) { in CreateTRTNode()
543 if (conn.is_control_edge()) { in CreateTRTNode()
Dconvert_nodes.h72 bool is_control_edge() const { return port_number == Graph::kControlSlot; } in is_control_edge() function
Dconvert_nodes.cc6464 if (connection.is_control_edge()) continue; in ConvertSegmentToGraphDef()
6547 if (connection.is_control_edge() || !connection.is_input_edge) continue; in ConvertSegmentToGraphDef()