Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.cc921 bool WorthHoisting(HloInstruction* instruction, bool is_inside_branch) { in WorthHoisting() argument
933 if (opcode == HloOpcode::kAllReduce && !is_inside_branch) { in WorthHoisting()