Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Ddistributed_tpu_configuration_rewrite_pass.cc80 Node** host_configuration_node) { in AddHostConfigNode() argument
91 TF_ASSIGN_OR_RETURN(*host_configuration_node, in AddHostConfigNode()
93 (*host_configuration_node)->set_assigned_device_name(host_device_name); in AddHostConfigNode()
94 graph->AddEdge(configuration_node, 0, *host_configuration_node, 0); in AddHostConfigNode()
294 Node* host_configuration_node; in Run() local
298 &host_configuration_node)); in Run()
299 host_configuration_nodes.push_back(host_configuration_node); in Run()