Searched refs:SignedLogWeightTpl (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dsigned-log-weight.h32 class SignedLogWeightTpl class in namespace:fst
44 typedef SignedLogWeightTpl<T> ReverseWeight;
46 SignedLogWeightTpl() : PairWeight<X1, X2>() {} function in class:fst::SignedLogWeightTpl
48 SignedLogWeightTpl(const SignedLogWeightTpl<T>& w) function in class:fst::SignedLogWeightTpl
51 SignedLogWeightTpl(const PairWeight<X1, X2>& w) function in class:fst::SignedLogWeightTpl
54 SignedLogWeightTpl(const X1& x1, const X2& x2) function in class:fst::SignedLogWeightTpl
57 static const SignedLogWeightTpl<T> &Zero() {
58 static const SignedLogWeightTpl<T> zero(X1(1.0), X2::Zero());
62 static const SignedLogWeightTpl<
[all...]
H A Drandom-weight.h285 // This function object returns SignedLogWeightTpl<T>'s that are
291 typedef SignedLogWeightTpl<T> Weight;
302 return SignedLogWeightTpl<T>(
/external/openfst/src/test/
H A Dweight_test.cc62 using fst::SignedLogWeightTpl;
93 WeightTester<SignedLogWeightTpl<T>, SignedLogWeightGenerator_<T> >

Completed in 444 milliseconds