Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.h32 HloInstruction *while_op, int64 max_brute_force_iters = 128);
Dwhile_loop_analysis.cc472 int64 max_brute_force_iters) { in ComputeWhileLoopTripCount() argument
515 for (int64 trip_count = 0; trip_count != max_brute_force_iters + 1; in ComputeWhileLoopTripCount()