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 302 class VectorFstClass : public MutableFstClass {
304 explicit VectorFstClass(const FstClass &other);
305 explicit VectorFstClass(const string &arc_type);
308 explicit VectorFstClass(VectorFst<Arc> *fst) :
312 static VectorFstClass *Read(istream &stream,
318 VectorFstClass *retval = new VectorFstClass(vfst);
324 static VectorFstClass *Read(const string &fname);
register.h 115 REGISTER_FST_CLASS(VectorFstClass, Arc);
  /external/openfst/src/script/
fst-class.cc 93 } else { // Converts to VectorFstClass if not mutable.
99 MutableFstClass *ofst = new VectorFstClass(*ifst);
110 IORegistration<VectorFstClass>::Entry GetVFSTRegisterEntry(
112 IORegistration<VectorFstClass>::Register *reg =
113 IORegistration<VectorFstClass>::Register::GetRegister();
114 const IORegistration<VectorFstClass>::Entry &entry = reg->GetEntry(arc_type);
124 VectorFstClass::VectorFstClass(const FstClass &other)
128 VectorFstClass::VectorFstClass(const string &arc_type
    [all...]
  /external/openfst/src/bin/
fstreverse.cc 32 using fst::script::VectorFstClass;
52 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());
pdtcompose.cc 72 s::VectorFstClass ofst(ifst1->ArcType());
pdtexpand.cc 64 s::VectorFstClass ofst(ifst->ArcType());
pdtreplace.cc 63 s::VectorFstClass ofst(ifst->ArcType());
pdtshortestpath.cc 61 s::VectorFstClass ofst(ifst->ArcType());

Completed in 3384 milliseconds