HomeSort by relevance Sort by last modified time
    Searched refs:MatcherFst (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
matcher-fst.h 65 // Default MatcherFst initializer - does nothing.
78 class MatcherFst
84 friend class StateIterator< MatcherFst<F, M, N, I> >;
85 friend class ArcIterator< MatcherFst<F, M, N, I> >;
94 MatcherFst() : ImplToExpandedFst<Impl>(new Impl(F(), N)) {}
96 explicit MatcherFst(const F &fst)
99 explicit MatcherFst(const Fst<Arc> &fst)
103 MatcherFst(const MatcherFst<F, M, N, I> &fst, bool safe = false)
106 // Get a copy of this MatcherFst. See Fst<>::Copy() for further doc
    [all...]
  /external/openfst/src/test/
fst_test.cc 114 using fst::MatcherFst;

Completed in 39 milliseconds