Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_util.cc262 const HloInstruction::InstructionVector root_operands = in GetInvariantGTEsForWhileBody() local
264 for (int i = 0; i < root_operands.size(); i++) { in GetInvariantGTEsForWhileBody()
265 HloInstruction* instr = root_operands[i]; in GetInvariantGTEsForWhileBody()
Dwhile_loop_simplifier.cc519 const HloInstruction::InstructionVector& root_operands = in TryPropagateConstant() local
527 for (int i = 0; i < root_operands.size(); i++) { in TryPropagateConstant()
529 if (Match(root_operands[i], in TryPropagateConstant()