Searched refs:RmEpsilonFstOptions (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Drmepsilon.h367 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)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drmepsilon.h300 struct RmEpsilonFstOptions : CacheOptions { struct in namespace:fst
303 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta) function in struct:fst::RmEpsilonFstOptions
306 explicit RmEpsilonFstOptions(float delta = kDelta) : delta(delta) {} function in struct:fst::RmEpsilonFstOptions
329 RmEpsilonFstImpl(const Fst<A>& fst, const RmEpsilonFstOptions &opts)
436 : impl_(new RmEpsilonFstImpl<A>(fst, RmEpsilonFstOptions())) {}
438 RmEpsilonFst(const Fst<A> &fst, const RmEpsilonFstOptions &opts)

Completed in 140 milliseconds