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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc412 int abs_yout = abs(bi.yout); local
414 if (threshold >= 0) if (!tuneonly || (abs_yout <= threshold)) {
444 bool do_train = !correct || (abs_yout <= theta);
455 if (correct && abs_yout < theta) {

Completed in 6 milliseconds