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

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.cpp36 if (update_type_ == FULL_CS || update_type_ == REG_CS) {
43 if (update_type_ == FULL_CS)
105 if ((mini_batch_counter_ == 0) && (update_type_ == SL)) {
121 } else if (update_type_ == SL) {
H A Dstochastic_linear_ranker.h54 update_type_ = SL;
88 return update_type_;
157 update_type_ = u;
210 UpdateType update_type_; member in class:learning_stochastic_linear::StochasticLinearRanker

Completed in 150 milliseconds