Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util_test.cc136 TEST_F(WhileUtilTest, GetInvariantGTEsForWhileBody) { in TEST_F() argument
168 WhileUtil::GetInvariantGTEsForWhileBody(*while_body); in TEST_F()
Dwhile_util.h92 static std::vector<HloInstruction*> GetInvariantGTEsForWhileBody(
Dwhile_loop_constant_sinking.cc65 WhileUtil::GetInvariantGTEsForWhileBody(*while_body); in TrySinkingConstantsIntoWhileLoop()
Dwhile_loop_invariant_code_motion.cc170 for (auto* instr : WhileUtil::GetInvariantGTEsForWhileBody(*while_body)) { in TryHoistingInvariantInstructionsFromWhileBody()
Dwhile_loop_expensive_invariant_code_motion.cc158 for (auto* instr : WhileUtil::GetInvariantGTEsForWhileBody(*while_body)) { in TryHoistingInvariantInstructionsFromWhileBody()
Dwhile_util.cc274 /*static*/ std::vector<HloInstruction*> WhileUtil::GetInvariantGTEsForWhileBody( in GetInvariantGTEsForWhileBody() function in xla::WhileUtil