Searched refs:ExpectationWeight (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/include/fst/ |
D | expectation-weight.h | 49 class ExpectationWeight : public PairWeight<X1, X2> { 61 typedef ExpectationWeight<typename X1::ReverseWeight, 64 ExpectationWeight() : PairWeight<X1, X2>(Zero()) { } in ExpectationWeight() function 66 ExpectationWeight(const ExpectationWeight<X1, X2>& w) in ExpectationWeight() function 69 ExpectationWeight(const PairWeight<X1, X2>& w) in ExpectationWeight() function 72 ExpectationWeight(const X1& x1, const X2& x2) in ExpectationWeight() function 75 static const ExpectationWeight<X1, X2> &Zero() { in Zero() 76 static const ExpectationWeight<X1, X2> zero(X1::Zero(), X2::Zero()); in Zero() 80 static const ExpectationWeight<X1, X2> &One() { in One() 81 static const ExpectationWeight<X1, X2> one(X1::One(), X2::Zero()); in One() [all …]
|
D | arc.h | 284 typedef ExpectationWeight<X1, X2> Weight;
|
/external/openfst/src/test/ |
D | weight_test.cc | 65 using fst::ExpectationWeight; 209 typedef ExpectationWeight<LogWeight, LogWeight> in main() 218 typedef ExpectationWeight<LogWeight, LogSparsePowerWeight> in main()
|
/external/openfst/ |
D | NEWS | 38 * Added ExpectationWeight and ExpectationArc (1.2.4)
|