Searched defs:is_first_sample_ (Results 1 - 1 of 1) sorted by path

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dlearning_rate_controller-inl.h36 is_first_sample_ = true;
67 if (is_first_sample_) {
68 is_first_sample_ = false;
115 is_first_sample_ = other.is_first_sample_;
124 bool is_first_sample_; member in class:learning_stochastic_linear::LearningRateController

Completed in 85 milliseconds