Searched defs:l2_norm (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.cpp351 void SparseWeightVector<Key, Hash>::ReprojectL2(const double l2_norm) { argument
352 CHECK_GT(l2_norm, 0);
355 if (curr_l2_norm > l2_norm) {
356 normalizer_ *= curr_l2_norm / l2_norm;

Completed in 44 milliseconds