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

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.cpp265 void SparseWeightVector<Key, Hash>::ReprojectL0(const double l0_norm) { argument
268 CHECK_GT(l0_norm, 0);
269 uint64 req_l0_norm = static_cast<uint64>(l0_norm);
H A Dsparse_weight_vector.h153 void ReprojectL0(const double l0_norm);

Completed in 28 milliseconds