Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion_test.cc94 HloInstruction* transformed_while; in TEST_F() local
95 FindOnlyWhileInstruction(entry_computation, &transformed_while); in TEST_F()
98 EXPECT_THAT(transformed_while->while_body()->instructions(), in TEST_F()
153 HloInstruction* transformed_while; in TEST_F() local
154 FindOnlyWhileInstruction(entry_computation, &transformed_while); in TEST_F()
165 EXPECT_THAT(transformed_while->while_body()->instructions(), in TEST_F()
169 EXPECT_THAT(transformed_while->while_body()->instructions(), in TEST_F()
394 HloInstruction* transformed_while; in TEST_F() local
395 FindOnlyWhileInstruction(entry_computation, &transformed_while); in TEST_F()
397 EXPECT_THAT(transformed_while->while_body()->instructions(), in TEST_F()
[all …]