Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc718 static StatusOr<bool> TryPropagateConstant(HloInstruction* while_op) { in TryPropagateConstant() function
1224 TF_ASSIGN_OR_RETURN(bool result, TryPropagateConstant(while_op)); in Run()