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

  /external/openfst/src/extensions/const/
const16-fst.cc 21 using fst::ConstFst;
26 // Register ConstFst for common arcs types with uint16 size type
27 static FstRegisterer< ConstFst<StdArc, uint16> >
29 static FstRegisterer< ConstFst<LogArc, uint16> >
31 static FstRegisterer< ConstFst<Log64Arc, uint16> >
const64-fst.cc 21 using fst::ConstFst;
26 // Register ConstFst for common arcs types with uint64 size type
27 static FstRegisterer< ConstFst<StdArc, uint64> >
29 static FstRegisterer< ConstFst<LogArc, uint64> >
31 static FstRegisterer< ConstFst<Log64Arc, uint64> >
const8-fst.cc 21 using fst::ConstFst;
26 // Register ConstFst for common arcs types with uint8 size type
27 static FstRegisterer< ConstFst<StdArc, uint8> >
29 static FstRegisterer< ConstFst<LogArc, uint8> >
31 static FstRegisterer< ConstFst<Log64Arc, uint8> >
  /external/openfst/src/include/fst/
const-fst.h 38 template <class A, class U> class ConstFst;
109 friend class ConstFst<A, U>; // Allow finding narcs_, nstates_ during Write
221 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
229 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
236 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
244 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
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()) {
    [all...]
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...]
fst-decl.h 47 template <class A, class U = uint32> class ConstFst;
90 typedef ConstFst<StdArc> StdConstFst;
  /external/openfst/src/test/
fst_test.cc 95 REGISTER_FST(ConstFst, CustomArc);
102 static fst::FstRegisterer<ConstFst<StdArc, uint16> >
113 using fst::ConstFst;
139 // ConstFst<StdArc> tests
141 FstTester< ConstFst<StdArc> > std_const_tester;
169 // ConstFst<CustomArc> tests
171 FstTester< ConstFst<CustomArc> > std_const_tester;
188 // ConstFst<StdArc, uint16> tests
190 FstTester< ConstFst<StdArc, uint16> > std_const_tester;
  /external/openfst/src/lib/
fst.cc 60 // Register VectorFst, ConstFst and EditFst for common arcs types
64 REGISTER_FST(ConstFst, StdArc);
65 REGISTER_FST(ConstFst, LogArc);
66 REGISTER_FST(ConstFst, Log64Arc);
  /external/openfst/
configure     [all...]

Completed in 368 milliseconds