Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dconcat.h201 ConcatFst(const Fst<A> &fst1, const Fst<A> &fst2) { in ConcatFst() function
205 ConcatFst(const Fst<A> &fst1, const Fst<A> &fst2, in ConcatFst() function
Dfst-decl.h57 template <class A> class ConcatFst; variable