Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tools/
Ddriver.cc438 for (int tuple_idx = 0; tuple_idx < shape.elements.size(); tuple_idx++) { in Display() local
439 ArrayShape array_shape = shape.elements[tuple_idx]; in Display()
440 Display(casted[tuple_idx], array_shape); in Display()
441 if (tuple_idx != shape.elements.size() - 1) { in Display()
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc69 int64 tuple_idx = (*gte_it)->tuple_index(); in GetGTEOperandIndex() local
73 m::GetTupleElement(m::Op().Is(gte_operand), tuple_idx))) { in GetGTEOperandIndex()
76 << tuple_idx << "): " << operand->ToString(); in GetGTEOperandIndex()
80 return tuple_idx; in GetGTEOperandIndex()