Searched defs:RmEpsilonFstOptions (Results 1 - 1 of 1) sorted by relevance
/external/openfst/src/include/fst/ | ||
H A D | rmepsilon.h | 367 struct RmEpsilonFstOptions : CacheOptions { struct in namespace:fst 370 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta) function in struct:fst::RmEpsilonFstOptions 373 explicit RmEpsilonFstOptions(float delta = kDelta) : delta(delta) {} function in struct:fst::RmEpsilonFstOptions 399 RmEpsilonFstImpl(const Fst<A>& fst, const RmEpsilonFstOptions &opts) 534 : ImplToFst<Impl>(new Impl(fst, RmEpsilonFstOptions())) {} 536 RmEpsilonFst(const Fst<A> &fst, const RmEpsilonFstOptions &opts) |
Completed in 131 milliseconds