Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc1346 Node* ph_node = xla_graph->AddNode(ph_def, &s); in ReplaceArgUsedByOutsideCompilationWithPlaceholder() local
1351 xla_graph->AddEdge(ph_node, 0, dst, dst_input); in ReplaceArgUsedByOutsideCompilationWithPlaceholder()
1352 xla_graph->AddControlEdge(xla_graph->source_node(), ph_node); in ReplaceArgUsedByOutsideCompilationWithPlaceholder()
1982 Node* ph_node = fbody->graph->AddNode(ph_def, &s); in RemoveArgsToLiftFromFunctionBody() local
1988 fbody->graph->AddEdge(ph_node, 0, dst, dst_input); in RemoveArgsToLiftFromFunctionBody()