Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Drmepsilon.h302 struct RmEpsilonFstOptions : CacheOptions { struct
305 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta) argument
308 explicit RmEpsilonFstOptions(float delta = kDelta) : delta(delta) {} in delta() argument
331 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()