Searched refs:extra_rounds (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc122 tuneonly(p->tuneonly), extra_rounds(p->extra_rounds), speed(p->speed),
491 if (extra_rounds != -1) {
538 } while (found && round_counter < extra_rounds);
H A DBranchPredictor.py547 extra_rounds = Param.Int(1, variable in class:MultiperspectivePerceptron
H A Dmultiperspective_perceptron.hh277 const int extra_rounds; member in class:MultiperspectivePerceptron

Completed in 22 milliseconds