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.cc1012 const Edge* control_flow_edge = nullptr; in Partition() local
1021 control_flow_edge = edge; in Partition()
1135 } else if (control_flow_edge != nullptr) { in Partition()
1139 AddInput(real_recv, control_flow_edge->src()->name(), in Partition()
1180 if (control_flow_edge != nullptr) { in Partition()
1182 AddInput(dst_def, control_flow_edge->src()->name(), in Partition()