Home
last modified time | relevance | path

Searched defs:RationalFst (Results 1 – 2 of 2) 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
/external/openfst/src/include/fst/
Drational.h43 template <class A> class RationalFst; variable
289 RationalFst() in RationalFst() function
292 explicit RationalFst(const RationalFstOptions &opts) in RationalFst() function