/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
factor-weight.h | 83 : weight_(w), done_(w.Size() <= 1) {} 90 StringWeightIterator<L, S> iter(weight_); 98 void Reset() { done_ = weight_.Size() <= 1; } 101 StringWeight<L, S> weight_; member in class:fst::StringFactor 111 : weight_(w), done_(w.Value1().Size() <= 1) {} 118 StringFactor<L, S> iter(weight_.Value1()); 119 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2()); 124 void Reset() { done_ = weight_.Value1().Size() <= 1; } 127 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_) {}
|