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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 31 // By default ReplaceFst will copy the input label of the 'replace arc'.
157 LOG(FATAL) << "ReplaceFst::AddFst input symbols of Fst " << i-1
161 LOG(FATAL) << "ReplaceFst::AddFst output symbols of Fst " << i-1
510 // \class ReplaceFst
514 // ReplaceFst supports dynamic replacement of arcs in one Fst with
515 // another Fst. This replacement is recursive. ReplaceFst can be used
521 // Fst. Currently the ReplaceFst uses the output symbols of the arcs
533 class ReplaceFst : public Fst<A> {
535 friend class ArcIterator< ReplaceFst<A> >;
536 friend class CacheStateIterator< ReplaceFst<A> >
    [all...]
  /external/openfst/src/include/fst/
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...]

Completed in 83 milliseconds