Searched refs:weight_ (Results 1 – 3 of 3) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | factor-weight.h | 83 : weight_(w), done_(w.Size() <= 1) {} in StringFactor() 90 StringWeightIterator<L, S> iter(weight_); in Value() 98 void Reset() { done_ = weight_.Size() <= 1; } in Reset() 101 StringWeight<L, S> weight_; 111 : weight_(w), done_(w.Value1().Size() <= 1) {} in GallicFactor() 118 StringFactor<L, S> iter(weight_.Value1()); in Value() 119 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2()); in Value() 124 void Reset() { done_ = weight_.Value1().Size() <= 1; } in Reset() 127 GallicWeight<L, W, S> weight_;
|
D | map.h | 853 explicit PlusMapper(Weight w) : weight_(w) {} in PlusMapper() 858 Weight w = Plus(arc.weight, weight_); in operator() 868 Weight weight_; member 877 explicit TimesMapper(Weight w) : weight_(w) {} in TimesMapper() 882 Weight w = Times(arc.weight, weight_); in operator() 892 Weight weight_; member
|
D | encode.h | 49 Tuple(Label ilabel_, Label olabel_, Weight weight_) in Tuple() 50 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {} in Tuple()
|