Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util_test.cc131 TEST(WhileUtilTest, GetInvariantGTEsForWhileBody) { in TEST() argument
163 WhileUtil::GetInvariantGTEsForWhileBody(*while_body); in TEST()
Dwhile_util.h88 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_util.cc259 /*static*/ std::vector<HloInstruction*> WhileUtil::GetInvariantGTEsForWhileBody( in GetInvariantGTEsForWhileBody() function in xla::WhileUtil