Searched refs:theta (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc127 theta(p->initial_theta), extrabits(0), imli_counter_bits(4),
444 bool do_train = !correct || (abs_yout <= theta);
447 // adaptive theta training, adapted from O-GEHL
451 theta += 1;
455 if (correct && abs_yout < theta) {
458 theta -= 1;
H A Dmultiperspective_perceptron.hh362 int theta; member in class:MultiperspectivePerceptron

Completed in 7 milliseconds