Home | History | Annotate | Download | only in fst

Lines Matching refs:PairWeight

49 class ExpectationWeight : public PairWeight<X1, X2> {
51 using PairWeight<X1, X2>::Value1;
52 using PairWeight<X1, X2>::Value2;
54 using PairWeight<X1, X2>::Reverse;
55 using PairWeight<X1, X2>::Quantize;
56 using PairWeight<X1, X2>::Member;
64 ExpectationWeight() : PairWeight<X1, X2>(Zero()) { }
67 : PairWeight<X1, X2> (w) { }
69 ExpectationWeight(const PairWeight<X1, X2>& w)
70 : PairWeight<X1, X2> (w) { }
73 : PairWeight<X1, X2>(x1, x2) { }
96 PairWeight<X1, X2> Quantize(float delta = kDelta) const {
97 return PairWeight<X1, X2>::Quantize();
101 return PairWeight<X1, X2>::Reverse();
105 return PairWeight<X1, X2>::Member();