Searched refs:ArcType (Results 1 - 25 of 70) sorted by last modified time

123

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h79 const string &ArcType() const { return arctype_; } function in class:fst::FstHeader
469 if (hdr->ArcType() != A::Type()) {
/external/openfst/src/bin/
H A Dfstcompose.cc65 if (ifst1->ArcType() != ifst2->ArcType()) {
70 VectorFstClass ofst(ifst1->ArcType());
H A Dfstdeterminize.cc56 VectorFstClass ofst(ifst->ArcType());
H A Dfstdifference.cc62 VectorFstClass ofst(ifst1->ArcType());
H A Dfstepsnormalize.cc53 VectorFstClass ofst(ifst->ArcType());
H A Dfstintersect.cc63 VectorFstClass ofst(ifst1->ArcType());
H A Dfstminimize.cc58 new VectorFstClass(fst1->ArcType()) : 0;
H A Dfstpush.cc66 VectorFstClass ofst(ifst->ArcType());
H A Dfstrandgen.cc59 VectorFstClass ofst(ifst->ArcType());
H A Dfstreplace.cc59 VectorFstClass ofst(ifst->ArcType());
H A Dfstreverse.cc53 VectorFstClass *out = new VectorFstClass(ifst->ArcType());
H A Dfstrmepsilon.cc83 MutableFstClass *ofst = new VectorFstClass(ifst->ArcType());
H A Dfstshortestpath.cc61 VectorFstClass ofst(ifst->ArcType());
H A Dfstsynchronize.cc47 VectorFstClass ofst(ifst->ArcType());
/external/openfst/src/extensions/far/
H A Dmain.cc98 string atype = hdr.ArcType();
115 return hdr.ArcType();
/external/openfst/src/extensions/pdt/
H A Dpdtcompose.cc75 s::VectorFstClass ofst(ifst1->ArcType());
H A Dpdtexpand.cc64 s::VectorFstClass ofst(ifst->ArcType());
H A Dpdtreplace.cc65 s::VectorFstClass ofst(ifst->ArcType());
H A Dpdtreverse.cc55 s::VectorFstClass ofst(ifst->ArcType());
H A Dpdtscript.cc51 Apply<Operation<PdtComposeArgs> >("PdtCompose", ifst1.ArcType(), &args);
59 Apply<Operation<PdtExpandArgs> >("PdtExpand", ifst.ArcType(), &args);
81 Apply<Operation<PdtReplaceArgs> >("PdtReplace", ofst->ArcType(), &args);
89 Apply<Operation<PdtReverseArgs> >("PdtReverse", ifst.ArcType(), &args);
99 ifst.ArcType(), &args);
105 Apply<Operation<PrintPdtInfoArgs> >("PrintPdtInfo", ifst.ArcType(), &args);
H A Dpdtshortestpath.cc61 s::VectorFstClass ofst(ifst->ArcType());
/external/openfst/src/include/fst/extensions/far/
H A Dfar.h46 const string &ArcType() const { return arctype_; } function in class:fst::FarHeader
58 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
63 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
69 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
H A Dfarscript.h265 #define REGISTER_FST_FAR_OPERATIONS(ArcType) \
266 REGISTER_FST_OPERATION(FarCompileStrings, ArcType, FarCompileStringsArgs); \
267 REGISTER_FST_OPERATION(FarCreate, ArcType, FarCreateArgs); \
268 REGISTER_FST_OPERATION(FarEqual, ArcType, FarEqualArgs); \
269 REGISTER_FST_OPERATION(FarExtract, ArcType, FarExtractArgs); \
270 REGISTER_FST_OPERATION(FarInfo, ArcType, FarInfoArgs); \
271 REGISTER_FST_OPERATION(FarPrintStrings, ArcType, FarPrintStringsArgs)
/external/openfst/src/include/fst/extensions/pdt/
H A Dinfo.h51 const string& ArcType() const { return A::Type(); } function in class:fst::PdtInfo
149 cout << "arc type" << pdtinfo.ArcType().c_str() << endl;
H A Dpdtscript.h277 #define REGISTER_FST_PDT_OPERATIONS(ArcType) \
278 REGISTER_FST_OPERATION(PdtCompose, ArcType, PdtComposeArgs); \
279 REGISTER_FST_OPERATION(PdtExpand, ArcType, PdtExpandArgs); \
280 REGISTER_FST_OPERATION(PdtReplace, ArcType, PdtReplaceArgs); \
281 REGISTER_FST_OPERATION(PdtReverse, ArcType, PdtReverseArgs); \
282 REGISTER_FST_OPERATION(PdtShortestPath, ArcType, PdtShortestPathArgs); \
283 REGISTER_FST_OPERATION(PrintPdtInfo, ArcType, PrintPdtInfoArgs)

Completed in 2326 milliseconds

123