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

  /external/openfst/src/include/fst/script/
fstscript-decl.h 29 class VectorFstClass;
fst-class.h 343 class VectorFstClass : public MutableFstClass {
345 explicit VectorFstClass(const FstClass &other);
346 explicit VectorFstClass(const string &arc_type);
349 explicit VectorFstClass(const VectorFst<Arc> &fst) :
353 static VectorFstClass *Read(istream &stream,
359 VectorFstClass *retval = new VectorFstClass(*vfst);
365 static VectorFstClass *Read(const string &fname);
register.h 115 REGISTER_FST_CLASS(VectorFstClass, Arc);
  /external/openfst/src/script/
fst-class.cc 97 } else { // Converts to VectorFstClass if not mutable.
103 MutableFstClass *ofst = new VectorFstClass(*ifst);
114 IORegistration<VectorFstClass>::Entry GetVFSTRegisterEntry(
116 IORegistration<VectorFstClass>::Register *reg =
117 IORegistration<VectorFstClass>::Register::GetRegister();
118 const IORegistration<VectorFstClass>::Entry &entry = reg->GetEntry(arc_type);
128 VectorFstClass::VectorFstClass(const FstClass &other)
132 VectorFstClass::VectorFstClass(const string &arc_type
    [all...]
  /external/openfst/src/bin/
fstreverse.cc 33 using fst::script::VectorFstClass;
53 VectorFstClass *out = new VectorFstClass(ifst->ArcType());
fstepsnormalize.cc 30 using fst::script::VectorFstClass;
53 VectorFstClass ofst(ifst->ArcType());
fstsynchronize.cc 28 using fst::script::VectorFstClass;
47 VectorFstClass ofst(ifst->ArcType());
fstcompose.cc 37 using fst::script::VectorFstClass;
70 VectorFstClass ofst(ifst1->ArcType());
fstdeterminize.cc 36 using fst::script::VectorFstClass;
56 VectorFstClass ofst(ifst->ArcType());
fstdifference.cc 35 using fst::script::VectorFstClass;
62 VectorFstClass ofst(ifst1->ArcType());
fstintersect.cc 34 using fst::script::VectorFstClass;
63 VectorFstClass ofst(ifst1->ArcType());
fstminimize.cc 32 using fst::script::VectorFstClass;
58 new VectorFstClass(fst1->ArcType()) : 0;
fstpush.cc 37 using fst::script::VectorFstClass;
66 VectorFstClass ofst(ifst->ArcType());
fstrandgen.cc 38 using fst::script::VectorFstClass;
59 VectorFstClass ofst(ifst->ArcType());
fstreplace.cc 26 using fst::script::VectorFstClass;
59 VectorFstClass ofst(ifst->ArcType());
fstrmepsilon.cc 37 using fst::script::VectorFstClass;
83 MutableFstClass *ofst = new VectorFstClass(ifst->ArcType());
fstshortestpath.cc 36 using fst::script::VectorFstClass;
61 VectorFstClass ofst(ifst->ArcType());
fstmap.cc 39 using fst::script::VectorFstClass;
  /external/openfst/src/extensions/pdt/
pdtreverse.cc 55 s::VectorFstClass ofst(ifst->ArcType());
pdtexpand.cc 64 s::VectorFstClass ofst(ifst->ArcType());
pdtreplace.cc 65 s::VectorFstClass ofst(ifst->ArcType());
pdtshortestpath.cc 61 s::VectorFstClass ofst(ifst->ArcType());
pdtcompose.cc 75 s::VectorFstClass ofst(ifst1->ArcType());

Completed in 108 milliseconds