Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_configuration_rewrite_pass.cc184 const NodeDef& shutdown_node_def, const string& shutdown_device_name, in AddShutdownNode() argument
191 shutdown_def.set_device(shutdown_device_name); in AddShutdownNode()
199 (*shutdown_node)->set_assigned_device_name(shutdown_device_name); in AddShutdownNode()
373 const string& shutdown_device_name, in Run()
381 AddShutdownNode(shutdown_node_def, shutdown_device_name, in Run()