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

  /external/openfst/src/include/fst/
string-weight.h 51 class StringWeight;
60 bool operator==(const StringWeight<L, S> &, const StringWeight<L, S> &);
65 class StringWeight {
68 typedef StringWeight<L, REVERSE_STRING_TYPE(S)> ReverseWeight;
72 friend bool operator==<>(const StringWeight<L, S> &,
73 const StringWeight<L, S> &);
75 StringWeight() { Init(); }
78 StringWeight(const Iter &begin, const Iter &end) {
84 explicit StringWeight(L l) { Init(); PushBack(l);
    [all...]
  /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...]

Completed in 75 milliseconds