Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_control_flow_flattening_test.cc783 auto* outer_while = in TEST_F() local
785 ASSERT_NE(outer_while, nullptr); in TEST_F()
787 CheckWhileBound(outer_while, kMaxLoopCount); in TEST_F()
788 auto* while_body = outer_while->while_body(); in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcopy_insertion_test.cc769 HloInstruction* outer_while = in TEST_F() local
788 TF_CHECK_OK(while_hlo->parent()->ReplaceInstruction(while_hlo, outer_while)); in TEST_F()
836 HloInstruction* outer_while = in TEST_F() local
847 TF_CHECK_OK(while_hlo->parent()->ReplaceInstruction(while_hlo, outer_while)); in TEST_F()
895 HloInstruction* outer_while = in TEST_F() local
914 TF_CHECK_OK(while_hlo->parent()->ReplaceInstruction(while_hlo, outer_while)); in TEST_F()