Home
last modified time | relevance | path

Searched refs:CreateBase (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Dintersect.h60 using ComposeFst<A>::CreateBase;
74 SetImpl(CreateBase(fst1, fst2, opts));
Dcompose.h518 : ImplToFst<Impl>(CreateBase(fst1, fst2, opts)) {} in CreateBase() function
589 static Impl *CreateBase(const Fst<A> &fst1, const Fst<A> &fst2, in CreateBase() function