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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rmepsilon.h 312 // Implementation of delayed RmEpsilonFst.
426 class RmEpsilonFst : public Fst<A> {
428 friend class ArcIterator< RmEpsilonFst<A> >;
429 friend class CacheStateIterator< RmEpsilonFst<A> >;
430 friend class CacheArcIterator< RmEpsilonFst<A> >;
437 RmEpsilonFst(const Fst<A> &fst)
440 RmEpsilonFst(const Fst<A> &fst, const RmEpsilonFstOptions &opts)
443 explicit RmEpsilonFst(const RmEpsilonFst<A> &fst) : impl_(fst.impl_) {
447 virtual ~RmEpsilonFst() { if (!impl_->DecrRefCount()) delete impl_;
    [all...]
fst-decl.h 52 template <class A> class RmEpsilonFst;
74 typedef RmEpsilonFst<StdArc> StdRmEpsilonFst;
  /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 508 milliseconds