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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 48 class StringWeight;
57 bool operator==(const StringWeight<L, S> &, const StringWeight<L, S> &);
62 class StringWeight {
65 typedef StringWeight<L, REVERSE_STRING_TYPE(S)> ReverseWeight;
69 friend bool operator==<>(const StringWeight<L, S> &,
70 const StringWeight<L, S> &);
72 StringWeight() { Init(); }
75 StringWeight(const Iter &begin, const Iter &end) {
81 explicit StringWeight(L l) { Init(); PushBack(l);
    [all...]
factor-weight.h 76 // Factor a StringWeight w as 'ab' where 'a' is a label.
80 StringFactor(const StringWeight<L, S> &w)
87 pair< StringWeight<L, S>, StringWeight<L, S> > Value() const {
89 StringWeight<L, S> w1(iter.Value());
90 StringWeight<L, S> w2;
99 StringWeight<L, S> weight_;
random-weight.h 94 typedef StringWeight<L, S> Weight;
arc.h 81 typedef StringWeight<int, S> Weight;
determinize.h 60 typedef StringWeight<L, S> Weight;
66 if (!(StringWeight<L, S>::Properties() & kLeftSemiring))
map.h 686 typedef StringWeight<typename A::Label, S> SW;
722 typedef StringWeight<Label, S> SW;
762 typedef StringWeight<Label, S> SW;

Completed in 292 milliseconds