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.cc528 const HloInstruction* init_tuple_elem = nullptr; in TryPropagateConstant() local
532 Match(while_init->operand(i), m::Constant(&init_tuple_elem))) { in TryPropagateConstant()
534 << init_tuple_elem->ToString(); in TryPropagateConstant()
535 index_to_constant[i] = init_tuple_elem; in TryPropagateConstant()