Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_configuration_rewrite_pass.cc188 NodeDef shutdown_def; in AddShutdownNode() local
189 shutdown_def.set_name(shutdown_node_def.name()); in AddShutdownNode()
190 shutdown_def.set_op(kInternalShutdownOp); in AddShutdownNode()
191 shutdown_def.set_device(shutdown_device_name); in AddShutdownNode()
192 MergeDebugInfo(NodeDebugInfo(shutdown_node_def), &shutdown_def); in AddShutdownNode()
195 *shutdown_node = graph->AddNode(shutdown_def, &status); in AddShutdownNode()