Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc769 const HloInstruction* hlo_constant = (*iter).second; in TryPropagateConstant() local
771 << hlo_constant->ToString(); in TryPropagateConstant()
773 computation->AddInstruction(hlo_constant->Clone()))); in TryPropagateConstant()