Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc740 const HloInstruction* init_tuple_elem = nullptr; in TryPropagateConstant() local
744 Match(while_init->operand(i), m::Constant(&init_tuple_elem))) { in TryPropagateConstant()
746 << init_tuple_elem->ToString(); in TryPropagateConstant()
747 index_to_constant[i] = init_tuple_elem; in TryPropagateConstant()