Searched defs:RmEpsilonFst (Results 1 – 2 of 2) sorted by relevance
437 RmEpsilonFst(const Fst<A> &fst) in RmEpsilonFst() function440 RmEpsilonFst(const Fst<A> &fst, const RmEpsilonFstOptions &opts) in RmEpsilonFst() function443 explicit RmEpsilonFst(const RmEpsilonFst<A> &fst) : impl_(fst.impl_) { in RmEpsilonFst() function
52 template <class A> class RmEpsilonFst; variable