Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_configuration_rewrite_pass.cc187 Graph* graph, Node** shutdown_node) { in AddShutdownNode() argument
195 *shutdown_node = graph->AddNode(shutdown_def, &status); in AddShutdownNode()
199 (*shutdown_node)->set_assigned_device_name(shutdown_device_name); in AddShutdownNode()
206 graph->AddControlEdge(*shutdown_node, dep.dst); in AddShutdownNode()
379 Node* shutdown_node; in Run() local
382 output_dependencies, graph, &shutdown_node)); in Run()
388 shutdown_node, -1, graph)); in Run()