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.cc557 const HloInstruction* hlo_constant = (*iter).second; in TryPropagateConstant() local
559 << hlo_constant->ToString(); in TryPropagateConstant()
561 computation->AddInstruction(hlo_constant->Clone()))); in TryPropagateConstant()