HomeSort by relevance Sort by last modified time
    Searched refs:RmEpsilonFstOptions (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
rmepsilon.h 367 struct RmEpsilonFstOptions : CacheOptions {
370 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta)
373 explicit RmEpsilonFstOptions(float delta = kDelta) : delta(delta) {}
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/
rmepsilon.h 302 struct RmEpsilonFstOptions : CacheOptions {
305 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta)
308 explicit RmEpsilonFstOptions(float delta = kDelta) : delta(delta) {}
331 RmEpsilonFstImpl(const Fst<A>& fst, const RmEpsilonFstOptions &opts)
438 : impl_(new RmEpsilonFstImpl<A>(fst, RmEpsilonFstOptions())) {}
440 RmEpsilonFst(const Fst<A> &fst, const RmEpsilonFstOptions &opts)

Completed in 43 milliseconds