Searched refs:ph_def (Results 1 – 1 of 1) sorted by relevance
704 NodeDef ph_def; in MoveHeadOutsideCompilationToHost() local705 TF_RETURN_IF_ERROR(ph_builder.Finalize(&ph_def)); in MoveHeadOutsideCompilationToHost()707 xla_graph->AddNode(ph_def, &s); in MoveHeadOutsideCompilationToHost()1343 NodeDef ph_def; in ReplaceArgUsedByOutsideCompilationWithPlaceholder() local1344 TF_RETURN_IF_ERROR(ph_builder.Finalize(&ph_def)); in ReplaceArgUsedByOutsideCompilationWithPlaceholder()1346 Node* ph_node = xla_graph->AddNode(ph_def, &s); in ReplaceArgUsedByOutsideCompilationWithPlaceholder()1978 NodeDef ph_def; in RemoveArgsToLiftFromFunctionBody() local1979 TF_RETURN_IF_ERROR(ph_builder.Finalize(&ph_def)); in RemoveArgsToLiftFromFunctionBody()1982 Node* ph_node = fbody->graph->AddNode(ph_def, &s); in RemoveArgsToLiftFromFunctionBody()