Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion.cc90 HloInstruction* next_operand = in CreateLoopInvariantCopy() local
92 if (hoisted_instructions->contains(next_operand) || in CreateLoopInvariantCopy()
93 next_operand == while_body_param) { in CreateLoopInvariantCopy()
97 dfs_stack.push_back({next_operand, 0}); in CreateLoopInvariantCopy()
Dwhile_loop_expensive_invariant_code_motion.cc102 HloInstruction* next_operand = in CreateLoopInvariantCopy() local
104 if (next_operand == while_body_param || in CreateLoopInvariantCopy()
105 FindOrDie(*invariant_instructions, next_operand).hoisted_copy != in CreateLoopInvariantCopy()
110 dfs_stack.push_back({next_operand, 0}); in CreateLoopInvariantCopy()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3650 int64 next_operand = item.processed_operands.size(); in BuildDynamicInferenceGraph() local
3659 next_operand++; in BuildDynamicInferenceGraph()
3696 if (opcode == HloOpcode::kGetDimensionSize && next_operand == 0) { in BuildDynamicInferenceGraph()
3700 if (next_operand >= instr_proto->operand_ids_size() || in BuildDynamicInferenceGraph()
3715 WorkItem next_item(instr_proto->operand_ids(next_operand), in BuildDynamicInferenceGraph()
3717 if (opcode == HloOpcode::kSelect && next_operand == 0) { in BuildDynamicInferenceGraph()
3720 if (opcode == HloOpcode::kGather && next_operand == 1) { in BuildDynamicInferenceGraph()