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

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp 50 gradient.AdditiveWeightUpdate(-lambda_, weight_, 0.0);
58 weight_.AdditiveWeightUpdate(final_learning_rate, gradient, 0.0);
68 weight_backup.CopyFrom(weight_);
109 weight_.ReprojectL1(norm_constraint_);
112 weight_.ReprojectL2(norm_constraint_);
115 weight_.ReprojectL0(norm_constraint_);
127 if (!weight_.IsValid())
128 weight_.CopyFrom(weight_backup);
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/stressapptest/src/
pattern.h 70 unsigned int weight() {return weight_;}
80 int weight_; // This is the likelihood that this member in class:Pattern
pattern.cc 294 weight_ = weight;
  /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
encode.h 49 Tuple(Label ilabel_, Label olabel_, Weight weight_)
50 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
  /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.cc 19 SrvRecordRdata::SrvRecordRdata() : priority_(0), weight_(0), port_(0) {
35 reader.ReadU16(&rdata->weight_);
52 return weight_ == srv_other->weight_ &&
record_rdata.h 55 uint16 weight() const { return weight_; }
64 uint16 weight_; member in class:net::SrvRecordRdata
  /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
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...]
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
encode.h 64 Tuple(Label ilabel_, Label olabel_, Weight weight_)
65 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
  /external/chromium_org/net/spdy/
spdy_protocol.h 987 uint8 weight_; member in class:net::SpdyPriorityIR
    [all...]
spdy_protocol.cc 865 weight_(weight),

Completed in 461 milliseconds