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

  /external/openfst/src/include/fst/
edit-fst.h 30 // The EditFst class enables non-destructive edit operations on a wrapped
48 // also, this class provides most of the actual implementation of what EditFst
57 // WrappedFstT the type of fst wrapped by the EditFst instance that
358 LOG(ERROR) << "EditFst::Read: read failed: " << opts.source;
375 // WrappedFstT the type of fst wrapped by the EditFst instance that
418 // perform a static_cast to the WrappedFstT type required by EditFst and
496 LOG(ERROR) << "EditFst::Write: write failed: " << opts.source;
594 // for the two properties that always apply to EditFst instances: kExpanded
610 // by EditFst is performed, such as changing an arc of an existing state
627 // The mutable data for this EditFst instance, with delegates for all th
    [all...]
fst-decl.h 48 template <class A, class W, class M> class EditFst;
  /external/openfst/src/lib/
fst.cc 57 // Register VectorFst, ConstFst and EditFst for common arcs types
64 REGISTER_FST(EditFst, StdArc);
65 REGISTER_FST(EditFst, LogArc);
66 REGISTER_FST(EditFst, Log64Arc);
  /external/openfst/src/test/
fst_test.cc 121 using fst::EditFst;
215 // EditFst<StdArc> tests
217 FstTester< EditFst<StdArc> > std_edit_tester;

Completed in 413 milliseconds