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.cc277 const HloInstruction::InstructionVector root_operands = in GetInvariantGTEsForWhileBody() local
279 for (int i = 0; i < root_operands.size(); i++) { in GetInvariantGTEsForWhileBody()
280 HloInstruction* instr = root_operands[i]; in GetInvariantGTEsForWhileBody()
Dwhile_loop_simplifier.cc731 const HloInstruction::InstructionVector& root_operands = in TryPropagateConstant() local
739 for (int i = 0; i < root_operands.size(); i++) { in TryPropagateConstant()
741 if (Match(root_operands[i], in TryPropagateConstant()