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

/gem5/ext/pybind11/include/pybind11/
H A Dattr.h460 int unused[] = { 0, (process_attribute<typename std::decay<Args>::type>::init(args, r), 0) ... };
464 int unused[] = { 0, (process_attribute<typename std::decay<Args>::type>::init(args, r), 0) ... };
468 int unused[] = { 0, (process_attribute<typename std::decay<Args>::type>::precall(call), 0) ... };
472 int unused[] = { 0, (process_attribute<typename std::decay<Args>::type>::postcall(call, fn_ret), 0) ... };
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc120 n_sign_bits(p->n_sign_bits), pcbit(p->pcbit), decay(p->decay),
656 // more than 'decay' number of branches in the
658 if (decay && transition &&
659 ((threadData[tid]->occupancy > decay) || (decay == 1))) {
H A DBranchPredictor.py540 decay = Param.Int(0, "Whether and how often to decay a random weight") variable in class:MultiperspectivePerceptron
H A Dmultiperspective_perceptron.hh273 const int decay; member in class:MultiperspectivePerceptron

Completed in 20 milliseconds