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

  /external/openfst/src/include/fst/
rational.h 37 typedef CacheOptions RationalFstOptions;
65 explicit RationalFstImpl(const RationalFstOptions &opts)
290 : ImplToFst<Impl>(new Impl(RationalFstOptions())) {}
292 explicit RationalFst(const RationalFstOptions &opts)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rational.h 30 typedef CacheOptions RationalFstOptions;
56 explicit RationalFstImpl(const RationalFstOptions &opts)
234 RationalFst() : impl_(new RationalFstImpl<A>(RationalFstOptions())) {}
235 explicit RationalFst(const RationalFstOptions &opts)

Completed in 505 milliseconds