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

  /external/openfst/src/include/fst/
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();
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();
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...]
product-weight.h 39 using PairWeight<W1, W2>::NoWeight;
62 static const ProductWeight<W1, W2> &NoWeight() {
64 PairWeight<W1, W2>::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...]
float-weight.h 204 static const TropicalWeightTpl<T> NoWeight() {
242 return TropicalWeightTpl<T>::NoWeight();
260 return TropicalWeightTpl<T>::NoWeight();
285 return TropicalWeightTpl<T>::NoWeight();
330 static const LogWeightTpl<T> NoWeight() {
395 return LogWeightTpl<T>::NoWeight();
420 return LogWeightTpl<T>::NoWeight();
464 static const MinMaxWeightTpl<T> NoWeight() {
503 return MinMaxWeightTpl<T>::NoWeight();
522 return MinMaxWeightTpl<T>::NoWeight();
    [all...]
weight.h 35 // NoWeight: returns an element that is not a member, should only be
167 return W2::NoWeight();
shortest-distance.h 253 distance->resize(1, Arc::Weight::NoWeight());
309 distance->resize(1, Arc::Weight::NoWeight());
329 return Arc::Weight::NoWeight();
338 return Arc::Weight::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());
sparse-power-weight.h 84 using SparseTupleWeight<W, K>::NoWeight;
112 static const SparsePowerWeight<W, K> &NoWeight() {
114 SparseTupleWeight<W, K>::NoWeight());
pair-weight.h 66 static const PairWeight<W1, W2> &NoWeight() {
67 static const PairWeight<W1, W2> no_weight(W1::NoWeight(), W2::NoWeight());
tuple-weight.h 74 static const TupleWeight<W, n> &NoWeight() {
75 static const TupleWeight<W, n> no_weight(W::NoWeight());
accumulator.h 211 if (error_) return Weight::NoWeight();
318 return Weight::NoWeight();
573 return Weight::NoWeight();
714 if (error_) return Weight::NoWeight();
721 if (error_) return Weight::NoWeight();
sparse-tuple-weight.h 106 static const SparseTupleWeight<W, K> &NoWeight() {
107 static SparseTupleWeight<W, K> no_weight(W::NoWeight());
util.h 255 return Weight::NoWeight();
encode.h 452 return A(kNoLabel, kNoLabel, Weight::NoWeight(), arc.nextstate);
determinize.h 77 return Weight::NoWeight();
vector-fst.h 387 return W::NoWeight();
  /external/openfst/src/test/
weight-tester.h 82 CHECK(!Weight::NoWeight().Member());
83 CHECK(!Plus(w1, Weight::NoWeight()).Member());
84 CHECK(!Plus(Weight::NoWeight(), w1).Member());
85 CHECK(!Times(w1, Weight::NoWeight()).Member());
86 CHECK(!Times(Weight::NoWeight(), w1).Member());
136 CHECK(!Divide(w1, Weight::NoWeight(), DIVIDE_LEFT).Member());
137 CHECK(!Divide(Weight::NoWeight(), w1, DIVIDE_LEFT).Member());
144 CHECK(!Divide(w1, Weight::NoWeight(), DIVIDE_RIGHT).Member());
145 CHECK(!Divide(Weight::NoWeight(), w1, DIVIDE_RIGHT).Member());
  /external/openfst/src/include/fst/script/
compile-impl.h 194 w = Weight::NoWeight();

Completed in 155 milliseconds