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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
factor-weight.h 106 // Factor a GallicWeight using StringFactor.
110 GallicFactor(const GallicWeight<L, W, S> &w)
117 pair< GallicWeight<L, W, S>, GallicWeight<L, W, S> > Value() const {
119 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2());
120 GallicWeight<L, W, S> w2(iter.Value().second, W::One());
127 GallicWeight<L, W, S> weight_;
string-weight.h 507 struct GallicWeight : public ProductWeight<StringWeight<L, S>, W> {
508 typedef GallicWeight<L, typename W::ReverseWeight, REVERSE_STRING_TYPE(S)>
511 GallicWeight() {}
513 GallicWeight(StringWeight<L, S> w1, W w2)
516 explicit GallicWeight(const string &s, int *nread = 0)
519 GallicWeight(const ProductWeight<StringWeight<L, S>, W> &w)
random-weight.h 154 typedef GallicWeight<L, W, S> Weight;
arc.h 112 typedef GallicWeight<Label, typename A::Weight, S> Weight;
determinize.h 91 typedef GallicWeight<L, W, S> Weight;

Completed in 31 milliseconds