Searched refs:ConstFst (Results 1 – 12 of 12) sorted by relevance
/external/openfst/src/include/fst/ |
D | const-fst.h | 38 template <class A, class U> class ConstFst; variable 109 friend class ConstFst<A, U>; // Allow finding narcs_, nstates_ during Write 258 class ConstFst : public ImplToExpandedFst< ConstFstImpl<A, U> > { 260 friend class StateIterator< ConstFst<A, U> >; 261 friend class ArcIterator< ConstFst<A, U> >; 269 ConstFst() : ImplToExpandedFst<Impl>(new Impl()) {} in ConstFst() function 271 explicit ConstFst(const Fst<A> &fst) in ConstFst() function 274 ConstFst(const ConstFst<A, U> &fst) : ImplToExpandedFst<Impl>(fst) {} in ConstFst() function 277 virtual ConstFst<A, U> *Copy(bool safe = false) const { 278 return new ConstFst<A, U>(*this); [all …]
|
D | matcher-fst.h | 309 typedef MatcherFst<ConstFst<StdArc>, 310 ArcLookAheadMatcher<SortedMatcher<ConstFst<StdArc> > >, 313 typedef MatcherFst<ConstFst<LogArc>, 314 ArcLookAheadMatcher<SortedMatcher<ConstFst<LogArc> > >, 329 typedef MatcherFst<ConstFst<StdArc>, 330 LabelLookAheadMatcher<SortedMatcher<ConstFst<StdArc> >, 336 typedef MatcherFst<ConstFst<LogArc>, 337 LabelLookAheadMatcher<SortedMatcher<ConstFst<LogArc> >, 343 typedef MatcherFst<ConstFst<StdArc>, 344 LabelLookAheadMatcher<SortedMatcher<ConstFst<StdArc> >, [all …]
|
D | fst-decl.h | 47 template <class A, class U = uint32> class ConstFst; variable 90 typedef ConstFst<StdArc> StdConstFst;
|
/external/openfst/src/extensions/const/ |
D | const16-fst.cc | 21 using fst::ConstFst; 27 static FstRegisterer< ConstFst<StdArc, uint16> > 29 static FstRegisterer< ConstFst<LogArc, uint16> > 31 static FstRegisterer< ConstFst<Log64Arc, uint16> >
|
D | const8-fst.cc | 21 using fst::ConstFst; 27 static FstRegisterer< ConstFst<StdArc, uint8> > 29 static FstRegisterer< ConstFst<LogArc, uint8> > 31 static FstRegisterer< ConstFst<Log64Arc, uint8> >
|
D | const64-fst.cc | 21 using fst::ConstFst; 27 static FstRegisterer< ConstFst<StdArc, uint64> > 29 static FstRegisterer< ConstFst<LogArc, uint64> > 31 static FstRegisterer< ConstFst<Log64Arc, uint64> >
|
/external/openfst/src/test/ |
D | fst_test.cc | 95 REGISTER_FST(ConstFst, CustomArc); 102 static fst::FstRegisterer<ConstFst<StdArc, uint16> > 113 using fst::ConstFst; 141 FstTester< ConstFst<StdArc> > std_const_tester; in main() 171 FstTester< ConstFst<CustomArc> > std_const_tester; in main() 190 FstTester< ConstFst<StdArc, uint16> > std_const_tester; in main()
|
/external/openfst/src/lib/ |
D | fst.cc | 64 REGISTER_FST(ConstFst, StdArc); 65 REGISTER_FST(ConstFst, LogArc); 66 REGISTER_FST(ConstFst, Log64Arc);
|
/external/openfst/ |
D | configure.ac | 57 [enable all ConstFst extensions])],
|
D | README | 20 --enable-const-fsts Enable all ConstFst classes (def: no)
|
D | NEWS | 83 * Incremented version of ConstFst/CompactFsts to stop memory alignment
|
D | configure | 1412 --enable-const-fsts enable all ConstFst extensions
|