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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h 73 struct ClosureFstOptions : RationalFstOptions {
76 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t)
77 : RationalFstOptions(opts), type(t) {}
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)
concat.h 90 typedef RationalFstOptions ConcatFstOptions;
union.h 92 typedef RationalFstOptions UnionFstOptions;

Completed in 18 milliseconds