HomeSort by relevance Sort by last modified time
    Searched defs:NoWeight (Results 1 - 11 of 11) sorted by null

  /external/openfst/src/include/fst/
expectation-weight.h 85 static const ExpectationWeight<X1, X2> &NoWeight() {
86 static const ExpectationWeight<X1, X2> no_weight(X1::NoWeight(),
87 X2::NoWeight());
137 return ExpectationWeight<X1, X2>::NoWeight();
lexicographic-weight.h 48 using PairWeight<W1, W2>::NoWeight;
66 SetValue1(W1::NoWeight());
71 SetValue2(W2::NoWeight());
85 static const LexicographicWeight<W1, W2> &NoWeight() {
87 PairWeight<W1, W2>::NoWeight());
124 return LexicographicWeight<W1, W2>::NoWeight();
product-weight.h 39 using PairWeight<W1, W2>::NoWeight;
62 static const ProductWeight<W1, W2> &NoWeight() {
64 PairWeight<W1, W2>::NoWeight());
power-weight.h 43 using TupleWeight<W, n>::NoWeight;
66 static const PowerWeight<W, n> &NoWeight() {
67 static const PowerWeight<W, n> no_weight(TupleWeight<W, n>::NoWeight());
signed-log-weight.h 67 static const SignedLogWeightTpl<T> &NoWeight() {
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...]
sparse-power-weight.h 84 using SparseTupleWeight<W, K>::NoWeight;
112 static const SparsePowerWeight<W, K> &NoWeight() {
114 SparseTupleWeight<W, K>::NoWeight());
tuple-weight.h 74 static const TupleWeight<W, n> &NoWeight() {
75 static const TupleWeight<W, n> no_weight(W::NoWeight());
float-weight.h 207 static const TropicalWeightTpl<T> NoWeight() {
245 return TropicalWeightTpl<T>::NoWeight();
263 return TropicalWeightTpl<T>::NoWeight();
288 return TropicalWeightTpl<T>::NoWeight();
333 static const LogWeightTpl<T> NoWeight() {
398 return LogWeightTpl<T>::NoWeight();
423 return LogWeightTpl<T>::NoWeight();
467 static const MinMaxWeightTpl<T> NoWeight() {
506 return MinMaxWeightTpl<T>::NoWeight();
525 return MinMaxWeightTpl<T>::NoWeight();
    [all...]
pair-weight.h 66 static const PairWeight<W1, W2> &NoWeight() {
67 static const PairWeight<W1, W2> no_weight(W1::NoWeight(), W2::NoWeight());
sparse-tuple-weight.h 106 static const SparseTupleWeight<W, K> &NoWeight() {
107 static SparseTupleWeight<W, K> no_weight(W::NoWeight());
string-weight.h 96 static const StringWeight<L, S> &NoWeight() {
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 100 milliseconds