Searched refs:LexicographicWeight (Results 1 - 4 of 4) sorted by relevance
/external/openfst/src/include/fst/ |
H A D | lexicographic-weight.h | 40 class LexicographicWeight : public PairWeight<W1, W2> { class in namespace:fst 52 typedef LexicographicWeight<typename W1::ReverseWeight, 56 LexicographicWeight() {} function in class:fst::LexicographicWeight 58 LexicographicWeight(const PairWeight<W1, W2>& w) function in class:fst::LexicographicWeight 61 LexicographicWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) { function in class:fst::LexicographicWeight 64 FSTERROR() << "LexicographicWeight must " 69 FSTERROR() << "LexicographicWeight must " 75 static const LexicographicWeight<W1, W2> &Zero() { 76 static const LexicographicWeight<W1, W2> zero(PairWeight<W1, W2>::Zero()); 80 static const LexicographicWeight<W 121 Plus(const LexicographicWeight<W1, W2> &w, const LexicographicWeight<W1, W2> &v) argument 135 Times(const LexicographicWeight<W1, W2> &w, const LexicographicWeight<W1, W2> &v) argument 142 Divide(const LexicographicWeight<W1, W2> &w, const LexicographicWeight<W1, W2> &v, DivideType typ = DIVIDE_ANY) argument [all...] |
H A D | arc.h | 167 typedef LexicographicWeight<W1, W2> Weight;
|
H A D | random-weight.h | 216 typedef LexicographicWeight<W1, W2> Weight;
|
/external/openfst/src/test/ |
H A D | weight_test.cc | 53 using fst::LexicographicWeight; 244 typedef LexicographicWeight<TropicalWeight, TropicalWeight>
|
Completed in 245 milliseconds