HomeSort by relevance Sort by last modified time
    Searched refs:update_type_ (Results 1 - 2 of 2) sorted by null

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp 36 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) {
stochastic_linear_ranker.h 53 update_type_ = SL;
87 return update_type_;
156 update_type_ = u;
209 UpdateType update_type_; member in class:learning_stochastic_linear::StochasticLinearRanker

Completed in 174 milliseconds