Home
last modified time | relevance | path

Searched refs:LexicographicWeight (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
Dlexicographic-weight.h40 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 …]
Darc.h167 typedef LexicographicWeight<W1, W2> Weight;
Drandom-weight.h216 typedef LexicographicWeight<W1, W2> Weight;
/external/openfst/src/test/
Dweight_test.cc53 using fst::LexicographicWeight;
244 typedef LexicographicWeight<TropicalWeight, TropicalWeight> in main()