Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dfst-decl.h46 template <class A, class C, class U = uint32> class CompactFst; variable
Dcompact-fst.h435 template <class A, class C, class U> class CompactFst; variable
807 CompactFst() : ImplToExpandedFst<Impl>(new Impl()) {} in CompactFst() function
899 CompactFst(Impl *impl) : ImplToExpandedFst<Impl>(impl) {} in CompactFst() function