Searched defs:ExpectationWeight (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dexpectation-weight.h28 // ShortestDistance[Fst<ArcTpl<ExpectationWeight<P, V> > >]
49 class ExpectationWeight : public PairWeight<X1, X2> { class in namespace:fst
61 typedef ExpectationWeight<typename X1::ReverseWeight,
64 ExpectationWeight() : PairWeight<X1, X2>(Zero()) { } function in class:fst::ExpectationWeight
66 ExpectationWeight(const ExpectationWeight<X1, X2>& w) argument
69 ExpectationWeight(const PairWeight<X1, X2>& w) function in class:fst::ExpectationWeight
72 ExpectationWeight(const X1& x1, const X2& x2) function in class:fst::ExpectationWeight
75 static const ExpectationWeight<X1, X2> &Zero() {
76 static const ExpectationWeight<X
117 Plus(const ExpectationWeight<X1, X2> &w, const ExpectationWeight<X1, X2> &v) argument
125 Times(const ExpectationWeight<X1, X2> &w, const ExpectationWeight<X1, X2> &v) argument
133 Divide(const ExpectationWeight<X1, X2> &w, const ExpectationWeight<X1, X2> &v, DivideType typ = DIVIDE_ANY) argument
[all...]

Completed in 469 milliseconds