Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc704 NodeDef ph_def; in MoveHeadOutsideCompilationToHost() local
705 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() local
1344 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() local
1979 TF_RETURN_IF_ERROR(ph_builder.Finalize(&ph_def)); in RemoveArgsToLiftFromFunctionBody()
1982 Node* ph_node = fbody->graph->AddNode(ph_def, &s); in RemoveArgsToLiftFromFunctionBody()