Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dunique_op.cc249 auto outer_while = xla::While(outer_loop_cond, outer_loop_body, init); in Compile() local
250 auto output_indices = xla::GetTupleElement(outer_while, 1); in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion_test.cc865 HloInstruction* outer_while = in TEST_F() local
884 TF_CHECK_OK(while_hlo->parent()->ReplaceInstruction(while_hlo, outer_while)); in TEST_F()
933 HloInstruction* outer_while = in TEST_F() local
944 TF_CHECK_OK(while_hlo->parent()->ReplaceInstruction(while_hlo, outer_while)); in TEST_F()
993 HloInstruction* outer_while = in TEST_F() local
1012 TF_CHECK_OK(while_hlo->parent()->ReplaceInstruction(while_hlo, outer_while)); in TEST_F()