Searched refs:GallicWeight (Results 1 - 11 of 11) sorted by relevance

/external/openfst/src/include/fst/
H A Dfactor-weight.h124 // Factor a GallicWeight using StringFactor.
128 GallicFactor(const GallicWeight<L, W, S> &w) argument
135 pair< GallicWeight<L, W, S>, GallicWeight<L, W, S> > Value() const {
137 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
138 GallicWeight<L, W, S> w2(iter.Value().second, W::One());
145 GallicWeight<L, W, S> weight_;
H A Dstring-weight.h542 struct GallicWeight : public ProductWeight<StringWeight<L, S>, W> { struct in namespace:fst
543 typedef GallicWeight<L, typename W::ReverseWeight, REVERSE_STRING_TYPE(S)>
546 GallicWeight() {} function in struct:fst::GallicWeight
548 GallicWeight(StringWeight<L, S> w1, W w2) function in struct:fst::GallicWeight
551 explicit GallicWeight(const string &s, int *nread = 0) function in struct:fst::GallicWeight
554 GallicWeight(const ProductWeight<StringWeight<L, S>, W> &w) function in struct:fst::GallicWeight
H A Darc.h111 typedef GallicWeight<Label, typename A::Weight, S> Weight;
H A Drandom-weight.h253 typedef GallicWeight<L, W, S> Weight;
H A Ddeterminize.h100 typedef GallicWeight<L, W, S> Weight;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfactor-weight.h104 // Factor a GallicWeight using StringFactor.
108 GallicFactor(const GallicWeight<L, W, S> &w) argument
115 pair< GallicWeight<L, W, S>, GallicWeight<L, W, S> > Value() const {
117 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
118 GallicWeight<L, W, S> w2(iter.Value().second, W::One());
125 GallicWeight<L, W, S> weight_;
H A Dstring-weight.h507 struct GallicWeight : public ProductWeight<StringWeight<L, S>, W> { struct in namespace:fst
508 typedef GallicWeight<L, typename W::ReverseWeight, REVERSE_STRING_TYPE(S)>
511 GallicWeight() {} function in struct:fst::GallicWeight
513 GallicWeight(StringWeight<L, S> w1, W w2) function in struct:fst::GallicWeight
516 explicit GallicWeight(const string &s, int *nread = 0) function in struct:fst::GallicWeight
519 GallicWeight(const ProductWeight<StringWeight<L, S>, W> &w) function in struct:fst::GallicWeight
H A Drandom-weight.h154 typedef GallicWeight<L, W, S> Weight;
H A Darc.h112 typedef GallicWeight<Label, typename A::Weight, S> Weight;
H A Ddeterminize.h89 typedef GallicWeight<L, W, S> Weight;
/external/openfst/src/test/
H A Dweight_test.cc50 using fst::GallicWeight;
131 typedef GallicWeight<int, TropicalWeight> TropicalGallicWeight;

Completed in 2043 milliseconds