Home
last modified time | relevance | path

Searched defs:WhileLoopInvariantCodeMotionTest (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion_test.cc29 class WhileLoopInvariantCodeMotionTest : public HloTestBase { class
60 TEST_F(WhileLoopInvariantCodeMotionTest, HoistOneInvariantOperation) { in TEST_F() argument
102 TEST_F(WhileLoopInvariantCodeMotionTest, HoistInvariantOperationTree) { in TEST_F() argument
173 TEST_F(WhileLoopInvariantCodeMotionTest, in TEST_F() argument
212 TEST_F(WhileLoopInvariantCodeMotionTest, in TEST_F() argument
251 TEST_F(WhileLoopInvariantCodeMotionTest, DontHoistInstructionWithSideEffects) { in TEST_F() argument
297 TEST_F(WhileLoopInvariantCodeMotionTest, DontHoistBitcastAlone) { in TEST_F() argument
353 TEST_F(WhileLoopInvariantCodeMotionTest, HoistBitcastIfNeeded) { in TEST_F() argument
405 TEST_F(WhileLoopInvariantCodeMotionTest, DontHoistControlDependencies) { in TEST_F() argument
442 TEST_F(WhileLoopInvariantCodeMotionTest, BodyHasNonTupleRoot) { in TEST_F() argument
[all …]