HomeSort by relevance Sort by last modified time
    Searched refs:ConstFst (Results 1 - 12 of 12) 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/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h 28 template <class A> class ConstFst;
180 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
189 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
215 LOG(ERROR) << "ConstFst::Write: Write failed: " << opts.source;
222 class ConstFst : public ExpandedFst<A> {
224 friend class StateIterator< ConstFst<A> >;
225 friend class ArcIterator< ConstFst<A> >;
231 ConstFst() : impl_(new ConstFstImpl<A>()) {}
233 ConstFst(const ConstFst<A> &fst) : impl_(fst.impl_)
    [all...]
fst-decl.h 33 template <class A> class ConstFst;
57 typedef ConstFst<StdArc> StdConstFst;
fst.cpp 41 // Register VectorFst and ConstFst for common arcs types
45 REGISTER_FST(ConstFst, StdArc);
46 REGISTER_FST(ConstFst, LogArc);
  /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 315 milliseconds