Searched defs:SparseWeightVector (Results 1 – 2 of 2) sorted by relevance
42 SparseWeightVector() { in SparseWeightVector() function46 explicit SparseWeightVector(const SparseWeightVector<Key, Hash> &other) { in SparseWeightVector() function
395 template class SparseWeightVector<std::string, std::unordered_map<std::string, double> >; variable396 template class SparseWeightVector<int, std::unordered_map<int, double> >; variable397 template class SparseWeightVector<uint64, std::unordered_map<uint64, double> >; variable