Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc426 auto* pivot_body_elem = while_body_root->operand(index_to_investigate); in TryRemoveRepeatedWhileTupleIndices() local
427 if (pivot_body_elem->opcode() == HloOpcode::kGetTupleElement && in TryRemoveRepeatedWhileTupleIndices()
428 pivot_body_elem->operand(0) == while_body->parameter_instruction(0)) { in TryRemoveRepeatedWhileTupleIndices()
429 if (pivot_body_elem->tuple_index() != index_to_investigate) { in TryRemoveRepeatedWhileTupleIndices()
431 << pivot_body_elem->tuple_index() << " index_to_investigate " in TryRemoveRepeatedWhileTupleIndices()
461 << pivot_body_elem->ToString(); in TryRemoveRepeatedWhileTupleIndices()