HomeSort by relevance Sort by last modified time
    Searched defs:weight_ (Results 1 - 6 of 6) sorted by null

  /external/stressapptest/src/
pattern.h 70 unsigned int weight() {return weight_;}
80 int weight_; // This is the likelihood that this member in class:Pattern
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner_unittest.cc 140 weight_(weight),
161 return weight_;
198 int weight_; member in class:SuggestionsSourceStub
  /external/chromium_org/net/dns/
record_rdata.h 55 uint16 weight() const { return weight_; }
64 uint16 weight_; member in class:net::SrvRecordRdata
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 169 weight_.LoadWeightVector(model);
173 model->LoadWeightVector(weight_);
177 const double dot = weight_.DotProduct(sample);
186 w_square = weight_.L2Norm();
204 SparseWeightVector<Key, Hash> weight_; member in class:learning_stochastic_linear::StochasticLinearRanker
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
factor-weight.h 81 : weight_(w), done_(w.Size() <= 1) {}
88 StringWeightIterator<L, S> iter(weight_);
96 void Reset() { done_ = weight_.Size() <= 1; }
99 StringWeight<L, S> weight_; member in class:fst::StringFactor
109 : weight_(w), done_(w.Value1().Size() <= 1) {}
116 StringFactor<L, S> iter(weight_.Value1());
117 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
122 void Reset() { done_ = weight_.Value1().Size() <= 1; }
125 GallicWeight<L, W, S> weight_; member in class:fst::GallicFactor
map.h 853 explicit PlusMapper(Weight w) : weight_(w) {}
858 Weight w = Plus(arc.weight, weight_);
868 Weight weight_; member in struct:fst::PlusMapper
877 explicit TimesMapper(Weight w) : weight_(w) {}
882 Weight w = Times(arc.weight, weight_);
892 Weight weight_; member in struct:fst::TimesMapper

Completed in 293 milliseconds