Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc484 bool cond_returns_true = cond_result_pred.GetFirstElement<bool>(); in ComputeWhileLoopTripCountUpperBound() local
485 if (!cond_returns_true) { in ComputeWhileLoopTripCountUpperBound()