Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc1039 const Edge* control_flow_edge = nullptr; in Partition() local
1048 control_flow_edge = edge; in Partition()
1162 } else if (control_flow_edge != nullptr) { in Partition()
1166 AddInput(real_recv, control_flow_edge->src()->name(), in Partition()
1207 if (control_flow_edge != nullptr) { in Partition()
1209 AddInput(dst_def, control_flow_edge->src()->name(), in Partition()