OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RmEpsilonFst
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/
rmepsilon.h
377
// Implementation of delayed
RmEpsilonFst
.
523
class
RmEpsilonFst
: public ImplToFst< RmEpsilonFstImpl<A> > {
525
friend class ArcIterator<
RmEpsilonFst
<A> >;
526
friend class StateIterator<
RmEpsilonFst
<A> >;
533
RmEpsilonFst
(const Fst<A> &fst)
536
RmEpsilonFst
(const Fst<A> &fst, const RmEpsilonFstOptions &opts)
540
RmEpsilonFst
(const
RmEpsilonFst
<A> &fst, bool safe = false)
543
// Get a copy of this
RmEpsilonFst
. See Fst<>::Copy() for further doc.
544
virtual
RmEpsilonFst
<A> *Copy(bool safe = false) const
[
all
...]
fst-decl.h
67
template <class A> class
RmEpsilonFst
;
109
typedef
RmEpsilonFst
<StdArc> StdRmEpsilonFst;
/external/openfst/src/test/
algo_test.h
605
RmEpsilonFst
<Arc> R2(T);
630
RmEpsilonFst
<Arc> U2(U);
753
(
RmEpsilonFst
<Arc>
1046
RmEpsilonFst
<Arc> R(A);
1129
RmEpsilonFst
<Arc> rfsa(ifsa);
[
all
...]
Completed in 190 milliseconds