Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dvector-fst.h35 template <class A> class VectorFst; variable
423 VectorFst() : ImplToMutableFst<Impl>(new Impl) {} in VectorFst() function
425 explicit VectorFst(const Fst<A> &fst) in VectorFst() function
428 VectorFst(const VectorFst<A> &fst) : ImplToMutableFst<Impl>(fst) {} in VectorFst() function
492 explicit VectorFst(Impl *impl) : ImplToMutableFst<Impl>(impl) {} in VectorFst() function
Dfst-decl.h52 template <class A> class VectorFst; variable