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 78 // Factor a StringWeight w as 'ab' where 'a' is a label.
82 StringFactor(const StringWeight<L, S> &w)
89 pair< StringWeight<L, S>, StringWeight<L, S> > Value() const {
91 StringWeight<L, S> w1(iter.Value());
92 StringWeight<L, S> w2;
101 StringWeight<L, S> weight_;
random-weight.h 94 typedef StringWeight<L, S> Weight;
arc.h 81 typedef StringWeight<int, S> Weight;
determinize.h 62 typedef StringWeight<L, S> Weight;
68 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 667 milliseconds