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

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h192 typename SparseWeightVector<Key, Hash>::Wmap w_map = vector.GetMap(); local
194 for (typename SparseWeightVector<Key, Hash>::Witer_const iter = w_map.begin();
195 iter != w_map.end();
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp238 SparseWeightVector<string>::Wmap w_map = M_weights.GetMap(); local
239 int len = w_map.size();
379 SparseWeightVector<string>::Wmap w_map = M_weights.GetMap(); local
380 int array_len = w_map.size();

Completed in 41 milliseconds