Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dsigned-log-weight.h32 class SignedLogWeightTpl
44 typedef SignedLogWeightTpl<T> ReverseWeight;
46 SignedLogWeightTpl() : PairWeight<X1, X2>() {} in SignedLogWeightTpl() function
48 SignedLogWeightTpl(const SignedLogWeightTpl<T>& w) in SignedLogWeightTpl() function
51 SignedLogWeightTpl(const PairWeight<X1, X2>& w) in SignedLogWeightTpl() function
54 SignedLogWeightTpl(const X1& x1, const X2& x2) in SignedLogWeightTpl() function
57 static const SignedLogWeightTpl<T> &Zero() { in Zero()
58 static const SignedLogWeightTpl<T> zero(X1(1.0), X2::Zero()); in Zero()
62 static const SignedLogWeightTpl<T> &One() { in One()
63 static const SignedLogWeightTpl<T> one(X1(1.0), X2::One()); in One()
[all …]
Drandom-weight.h291 typedef SignedLogWeightTpl<T> Weight;
302 return SignedLogWeightTpl<T>( in operator()
/external/openfst/src/test/
Dweight_test.cc62 using fst::SignedLogWeightTpl;
93 WeightTester<SignedLogWeightTpl<T>, SignedLogWeightGenerator_<T> > in TestTemplatedWeights()