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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 32 // By default ReplaceFst will copy the input label of the 'replace arc'.
158 LOG(FATAL) << "ReplaceFst::AddFst input symbols of Fst " << i-1
162 LOG(FATAL) << "ReplaceFst::AddFst output symbols of Fst " << i-1
511 // \class ReplaceFst
515 // ReplaceFst supports dynamic replacement of arcs in one Fst with
516 // another Fst. This replacement is recursive. ReplaceFst can be used
522 // Fst. Currently the ReplaceFst uses the output symbols of the arcs
534 class ReplaceFst : public Fst<A> {
536 friend class ArcIterator< ReplaceFst<A> >;
537 friend class CacheStateIterator< ReplaceFst<A> >
    [all...]
fst-decl.h 51 template <class A> class ReplaceFst;
73 typedef ReplaceFst<StdArc> StdReplaceFst;
  /external/openfst/src/include/fst/
fst-decl.h 66 template <class A, class T> class ReplaceFst;
107 typedef ReplaceFst<StdArc, DefaultReplaceStateTable<StdArc, ssize_t> >
replace.h 265 // By default ReplaceFst will copy the input label of the 'replace arc'.
409 // ReplaceFst is known to be kILabelSorted when all sub-FSTs are
417 // Similarly, the resulting ReplaceFst is known to be
631 // Warning: ArcIterator<ReplaceFst<A> >::InitCache()
917 // \class ReplaceFst
921 // ReplaceFst supports dynamic replacement of arcs in one Fst with
922 // another Fst. This replacement is recursive. ReplaceFst can be used
928 // Fst. Currently the ReplaceFst uses the output symbols of the arcs
939 // The ReplaceFst class supports an optionally caching arc iterator:
940 // ArcIterator< ReplaceFst<A>
    [all...]
rational.h 241 // Returns the underlying ReplaceFst.
242 ReplaceFst<A> *Replace() const {
245 replace_ = new ReplaceFst<A>(fst_tuples_, replace_options_);
255 mutable ReplaceFst<A> *replace_; // Underlying ReplaceFst
310 : public StateIterator< ReplaceFst<A> > {
313 : StateIterator< ReplaceFst<A> >(*(fst.GetImpl()->Replace())) {}
320 : public CacheArcIterator< ReplaceFst<A> > {
325 : ArcIterator< ReplaceFst<A> >(*(fst.GetImpl()->Replace()), s) {}

Completed in 461 milliseconds