Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc58 auto gte_it = c_find_if(instr->operands(), [](const HloInstruction* instr) { in GetGTEOperandIndex() local
61 if (gte_it == instr->operands().end()) { in GetGTEOperandIndex()
69 int64 tuple_idx = (*gte_it)->tuple_index(); in GetGTEOperandIndex()
Dmemory_space_assignment.cc2836 auto gte_it = absl::c_find_if( in AddGetTupleElements() local
2842 if (gte_it != producing_instruction->users().end()) { in AddGetTupleElements()
2843 producing_instruction = *gte_it; in AddGetTupleElements()