Home
last modified time | relevance | path

Searched defs:SparseWeightVector (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dsparse_weight_vector.h42 SparseWeightVector() { in SparseWeightVector() function
46 explicit SparseWeightVector(const SparseWeightVector<Key, Hash> &other) { in SparseWeightVector() function
Dsparse_weight_vector.cpp395 template class SparseWeightVector<std::string, std::unordered_map<std::string, double> >; variable
396 template class SparseWeightVector<int, std::unordered_map<int, double> >; variable
397 template class SparseWeightVector<uint64, std::unordered_map<uint64, double> >; variable