Home
last modified time | relevance | path

Searched defs:RationalFst (Results 1 – 1 of 1) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Drational.h36 template <class A> class RationalFst; variable
234 RationalFst() : impl_(new RationalFstImpl<A>(RationalFstOptions())) {} in RationalFst() function
235 explicit RationalFst(const RationalFstOptions &opts) in RationalFst() function
239 RationalFst(const RationalFst<A> &fst) : impl_(fst.impl_) { in RationalFst() function