Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dhost_training_loop_optimization_util.cc525 auto after_unshard_node = graph->AddNode(after_unshard, &status); in AddReshardOp() local
613 graph->AddControlEdge(unshard_op_node, after_unshard_node); in AddReshardOp()
624 graph->AddControlEdge(after_unshard_node, exit); in AddReshardOp()