Searched refs:LexicographicWeight (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/include/fst/ |
D | lexicographic-weight.h | 40 class LexicographicWeight : public PairWeight<W1, W2> { 52 typedef LexicographicWeight<typename W1::ReverseWeight, 56 LexicographicWeight() {} in LexicographicWeight() function 58 LexicographicWeight(const PairWeight<W1, W2>& w) in LexicographicWeight() function 61 LexicographicWeight(W1 w1, W2 w2) : PairWeight<W1, W2>(w1, w2) { in LexicographicWeight() function 75 static const LexicographicWeight<W1, W2> &Zero() { in Zero() 76 static const LexicographicWeight<W1, W2> zero(PairWeight<W1, W2>::Zero()); in Zero() 80 static const LexicographicWeight<W1, W2> &One() { in One() 81 static const LexicographicWeight<W1, W2> one(PairWeight<W1, W2>::One()); in One() 85 static const LexicographicWeight<W1, W2> &NoWeight() { in NoWeight() [all …]
|
D | arc.h | 167 typedef LexicographicWeight<W1, W2> Weight;
|
D | random-weight.h | 216 typedef LexicographicWeight<W1, W2> Weight;
|
/external/openfst/src/test/ |
D | weight_test.cc | 53 using fst::LexicographicWeight; 244 typedef LexicographicWeight<TropicalWeight, TropicalWeight> in main()
|