Searched defs:NGramFst (Results 1 – 1 of 1) sorted by relevance
37 template <class A> class NGramFst; variable644 explicit NGramFst(const Fst<A> &dst) in NGramFst() function647 NGramFst(const Fst<A> &fst, vector<StateId>* order_out) in NGramFst() function655 NGramFst() : ImplToExpandedFst<Impl>(new Impl()) {} in NGramFst() function658 NGramFst(const char* data, bool owned) : ImplToExpandedFst<Impl>(new Impl()) { in NGramFst() function727 explicit NGramFst(Impl* impl) : ImplToExpandedFst<Impl>(impl) {} in NGramFst() function