Searched refs:max_brute_force_iters (Results 1 – 2 of 2) sorted by relevance
32 HloInstruction *while_op, int64 max_brute_force_iters = 128);
472 int64 max_brute_force_iters) { in ComputeWhileLoopTripCount() argument515 for (int64 trip_count = 0; trip_count != max_brute_force_iters + 1; in ComputeWhileLoopTripCount()