HomeSort by relevance Sort by last modified time
    Searched refs:ExpectationWeight (Results 1 - 3 of 3) sorted by null

  /external/openfst/src/include/fst/
expectation-weight.h 28 // ShortestDistance[Fst<ArcTpl<ExpectationWeight<P, V> > >]
49 class ExpectationWeight : public PairWeight<X1, X2> {
61 typedef ExpectationWeight<typename X1::ReverseWeight,
64 ExpectationWeight() : PairWeight<X1, X2>(Zero()) { }
66 ExpectationWeight(const ExpectationWeight<X1, X2>& w)
69 ExpectationWeight(const PairWeight<X1, X2>& w)
72 ExpectationWeight(const X1& x1, const X2& x2)
75 static const ExpectationWeight<X1, X2> &Zero() {
76 static const ExpectationWeight<X1, X2> zero(X1::Zero(), X2::Zero())
    [all...]
arc.h 284 typedef ExpectationWeight<X1, X2> Weight;
  /external/openfst/src/test/
weight_test.cc 65 using fst::ExpectationWeight;
209 typedef ExpectationWeight<LogWeight, LogWeight>
218 typedef ExpectationWeight<LogWeight, LogSparsePowerWeight>

Completed in 279 milliseconds