Searched refs:ph_node (Results 1 – 1 of 1) sorted by relevance
1346 Node* ph_node = xla_graph->AddNode(ph_def, &s); in ReplaceArgUsedByOutsideCompilationWithPlaceholder() local1351 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() local1988 fbody->graph->AddEdge(ph_node, 0, dst, dst_input); in RemoveArgsToLiftFromFunctionBody()