Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion.h53 bool NotWorthHoistingIndividually(const HloInstruction& instruction);
Dwhile_loop_invariant_code_motion.cc104 bool WhileLoopInvariantCodeMotion::NotWorthHoistingIndividually( in NotWorthHoistingIndividually() function in xla::WhileLoopInvariantCodeMotion
252 if (NotWorthHoistingIndividually(*instruction)) { in TryHoistingInvariantInstructionsFromWhileBody()