HomeSort by relevance Sort by last modified time
    Searched defs:weight_ (Results 1 - 11 of 11) 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/openfst/src/include/fst/
compose-filter.h 90 WeightFilterState() : weight_(W::Zero()) {}
91 explicit WeightFilterState(W w) : weight_(w) {}
95 size_t Hash() const { return weight_.Hash(); }
98 return weight_ == f.weight_;
102 return weight_ != f.weight_;
105 W GetWeight() const { return weight_; }
107 void SetWeight(W w) { weight_ = w; }
110 W weight_; member in class:fst::WeightFilterState
    [all...]
factor-weight.h 101 : weight_(w), done_(w.Size() <= 1) {}
108 StringWeightIterator<L, S> iter(weight_);
116 void Reset() { done_ = weight_.Size() <= 1; }
119 StringWeight<L, S> weight_; member in class:fst::StringFactor
129 : weight_(w), done_(w.Value1().Size() <= 1) {}
136 StringFactor<L, S> iter(weight_.Value1());
137 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
142 void Reset() { done_ = weight_.Value1().Size() <= 1; }
145 GallicWeight<L, W, S> weight_; member in class:fst::GallicFactor
lookahead-matcher.h 141 : weight_(Weight::One()),
152 Weight LookAheadWeight() const { return weight_; }
166 void SetLookAheadWeight(const Weight &w) { weight_ = w; }
177 Weight weight_; // Look-ahead weight member in class:fst::LookAheadMatcherBase
arc-map.h 976 explicit PlusMapper(Weight w) : weight_(w) {}
981 Weight w = Plus(arc.weight, weight_);
999 Weight weight_; member in struct:fst::PlusMapper
1010 explicit TimesMapper(Weight w) : weight_(w) {}
1015 Weight w = Times(arc.weight, weight_);
1030 Weight weight_; member in struct:fst::TimesMapper
    [all...]
  /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
  /external/chromium_org/net/spdy/
spdy_protocol.h 987 uint8 weight_; member in class:net::SpdyPriorityIR
    [all...]

Completed in 1184 milliseconds