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

  /external/openfst/src/include/fst/
string-weight.h 542 struct GallicWeight : public ProductWeight<StringWeight<L, S>, W> {
543 typedef GallicWeight<L, typename W::ReverseWeight, REVERSE_STRING_TYPE(S)>
546 GallicWeight() {}
548 GallicWeight(StringWeight<L, S> w1, W w2)
551 explicit GallicWeight(const string &s, int *nread = 0)
554 GallicWeight(const ProductWeight<StringWeight<L, S>, W> &w)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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)

Completed in 109 milliseconds