Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.h113 kMoveIntoBranch, enumerator
Dconditional_code_motion.cc1263 : Decision::Direction::kMoveIntoBranch, in ConsiderCodeMotion()
1383 case Decision::Direction::kMoveIntoBranch: in Run()
1391 final_d = Decision::Direction::kMoveIntoBranch; in Run()
1469 } else if (final_d == Decision::Direction::kMoveIntoBranch) { in Run()