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

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.h 192 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/
jni_stochastic_linear_ranker.cpp 238 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 1521 milliseconds