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

/external/openfst/src/include/fst/
H A Dexpectation-weight.h85 static const ExpectationWeight<X1, X2> &NoWeight() { function in class:fst::ExpectationWeight
86 static const ExpectationWeight<X1, X2> no_weight(X1::NoWeight(),
87 X2::NoWeight());
137 return ExpectationWeight<X1, X2>::NoWeight();
H A Dlexicographic-weight.h48 using PairWeight<W1, W2>::NoWeight;
66 SetValue1(W1::NoWeight());
71 SetValue2(W2::NoWeight());
85 static const LexicographicWeight<W1, W2> &NoWeight() { function in class:fst::LexicographicWeight
87 PairWeight<W1, W2>::NoWeight());
124 return LexicographicWeight<W1, W2>::NoWeight();
H A Dproduct-weight.h39 using PairWeight<W1, W2>::NoWeight;
62 static const ProductWeight<W1, W2> &NoWeight() { function in class:fst::ProductWeight
64 PairWeight<W1, W2>::NoWeight());
H A Dpower-weight.h43 using TupleWeight<W, n>::NoWeight;
66 static const PowerWeight<W, n> &NoWeight() { function in class:fst::PowerWeight
67 static const PowerWeight<W, n> no_weight(TupleWeight<W, n>::NoWeight());
H A Dpair-weight.h66 static const PairWeight<W1, W2> &NoWeight() { function in class:fst::PairWeight
67 static const PairWeight<W1, W2> no_weight(W1::NoWeight(), W2::NoWeight());
H A Dsigned-log-weight.h67 static const SignedLogWeightTpl<T> &NoWeight() { function in class:fst::SignedLogWeightTpl
68 static const SignedLogWeightTpl<T> no_weight(X1(1.0), X2::NoWeight());
111 return SignedLogWeightTpl<T>::NoWeight();
155 return SignedLogWeightTpl<T>::NoWeight();
171 return SignedLogWeightTpl<T>::NoWeight();
239 return TropicalWeight::NoWeight();
248 return TropicalWeight::NoWeight();
258 return LogWeight::NoWeight();
267 return LogWeight::NoWeight();
277 return Log64Weight::NoWeight();
[all...]
H A Dsparse-power-weight.h84 using SparseTupleWeight<W, K>::NoWeight;
112 static const SparsePowerWeight<W, K> &NoWeight() { function in class:fst::SparsePowerWeight
114 SparseTupleWeight<W, K>::NoWeight());
H A Dtuple-weight.h74 static const TupleWeight<W, n> &NoWeight() { function in class:fst::TupleWeight
75 static const TupleWeight<W, n> no_weight(W::NoWeight());
H A Dfloat-weight.h207 static const TropicalWeightTpl<T> NoWeight() { function in class:fst::TropicalWeightTpl
245 return TropicalWeightTpl<T>::NoWeight();
263 return TropicalWeightTpl<T>::NoWeight();
288 return TropicalWeightTpl<T>::NoWeight();
333 static const LogWeightTpl<T> NoWeight() { function in class:fst::LogWeightTpl
398 return LogWeightTpl<T>::NoWeight();
423 return LogWeightTpl<T>::NoWeight();
467 static const MinMaxWeightTpl<T> NoWeight() { function in class:fst::MinMaxWeightTpl
506 return MinMaxWeightTpl<T>::NoWeight();
525 return MinMaxWeightTpl<T>::NoWeight();
[all...]
H A Dsparse-tuple-weight.h106 static const SparseTupleWeight<W, K> &NoWeight() { function in class:fst::SparseTupleWeight
107 static SparseTupleWeight<W, K> no_weight(W::NoWeight());
H A Dstring-weight.h96 static const StringWeight<L, S> &NoWeight() { function in class:fst::StringWeight
373 return StringWeight<L, S>::NoWeight();
384 return StringWeight<L, S>::NoWeight();
396 return StringWeight<L, STRING_LEFT>::NoWeight();
417 return StringWeight<L, STRING_RIGHT>::NoWeight();
437 return StringWeight<L, S>::NoWeight();
459 return StringWeight<L, S>::NoWeight();
463 return StringWeight<L, S>::NoWeight();
489 return StringWeight<L, STRING_RIGHT>::NoWeight();
493 return StringWeight<L, STRING_RIGHT>::NoWeight();
[all...]

Completed in 104 milliseconds