Searched refs:RmEpsilonFstOptions (Results 1 – 1 of 1) sorted by relevance
302 struct RmEpsilonFstOptions : CacheOptions { struct305 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta) argument308 explicit RmEpsilonFstOptions(float delta = kDelta) : delta(delta) {} in delta() argument331 RmEpsilonFstImpl(const Fst<A>& fst, const RmEpsilonFstOptions &opts) in RmEpsilonFstImpl()438 : impl_(new RmEpsilonFstImpl<A>(fst, RmEpsilonFstOptions())) {} in RmEpsilonFst()440 RmEpsilonFst(const Fst<A> &fst, const RmEpsilonFstOptions &opts) in RmEpsilonFst()