Searched refs:ArcType (Results 1 - 25 of 70) sorted by relevance

123

/external/openfst/src/script/
H A Dscript-impl.cc29 if (a.ArcType() != b.ArcType()) {
31 << ":\n\t" << a.ArcType() << " and " << b.ArcType();
H A Dconcat.cc29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args);
37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args);
H A Dconnect.cc25 Apply<Operation<MutableFstClass> >("Connect", fst->ArcType(), fst);
H A Dinvert.cc25 Apply<Operation<MutableFstClass> >("Invert", fst->ArcType(), fst);
H A Dprune.cc29 Apply<Operation<PruneArgs1> >("Prune", fst->ArcType(), &args);
37 Apply<Operation<PruneArgs2> >("Prune", fst->ArcType(), &args);
47 Apply<Operation<PruneArgs3> >("Prune", ifst.ArcType(), &args);
55 Apply<Operation<PruneArgs4> >("Prune", fst->ArcType(), &args);
H A Dtopsort.cc27 Apply<Operation<TopSortArgs> >("TopSort", fst->ArcType(), &args);
H A Dverify.cc27 Apply<Operation<VerifyArgs> >("Verify", fst.ArcType(), &args);
H A Drelabel.cc32 Apply<Operation<RelabelArgs1> >("Relabel", ofst->ArcType(), &args);
41 Apply<Operation<RelabelArgs2> >("Relabel", ofst->ArcType(), &args);
49 Apply<Operation<RelabelArgs3> >("Relabel", fst->ArcType(), &args);
H A Drmepsilon.cc30 Apply<Operation<RmEpsilonArgs1> >("RmEpsilon", ifst.ArcType(), &args);
38 Apply<Operation<RmEpsilonArgs2> >("RmEpsilon", fst->ArcType(), &args);
45 Apply<Operation<RmEpsilonArgs3> >("RmEpsilon", fst->ArcType(), &args);
H A Dshortest-distance.cc29 Apply<Operation<ShortestDistanceArgs1> >("ShortestDistance", fst.ArcType(),
38 Apply<Operation<ShortestDistanceArgs2> >("ShortestDistance", ifst.ArcType(),
46 Apply<Operation<ShortestDistanceArgs3> >("ShortestDistance", ifst.ArcType(),
H A Darcsort.cc27 Apply<Operation<ArcSortArgs> >("ArcSort", fst->ArcType(), &args);
H A Dclosure.cc27 Apply<Operation<ClosureArgs> >("Closure", fst->ArcType(), &args);
H A Dconvert.cc29 Apply<Operation<ConvertArgs> >("Convert", ifst.ArcType(),
H A Ddecode.cc28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args);
H A Ddeterminize.cc30 Apply<Operation<DeterminizeArgs> >("Determinize", ifst.ArcType(), &args);
H A Dencode.cc29 Apply<Operation<EncodeArgs> >("Encode", ofst->ArcType(), &args);
H A Depsnormalize.cc29 Apply<Operation<EpsNormalizeArgs> >("EpsNormalize", ifst.ArcType(), &args);
H A Dequal.cc30 Apply<Operation<EqualArgs> >("Equal", fst1.ArcType(), &args_with_retval);
H A Dequivalent.cc31 Apply<Operation<EquivalentArgs> >("Equivalent", fst1.ArcType(),
H A Dinfo.cc31 Apply<Operation<InfoArgs> >("PrintFstInfo", f.ArcType(), &args);
H A Dmap.cc29 Apply<Operation<MapArgs> >("Map", ifst.ArcType(), &args_with_retval);
H A Dminimize.cc28 Apply<Operation<MinimizeArgs> >("Minimize", ofst1->ArcType(), &args);
H A Dproject.cc27 Apply<Operation<ProjectArgs> >("Project", ofst->ArcType(), &args);
/external/openfst/src/bin/
H A Dfstcompose.cc65 if (ifst1->ArcType() != ifst2->ArcType()) {
70 VectorFstClass ofst(ifst1->ArcType());
/external/openfst/src/extensions/pdt/
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);

Completed in 155 milliseconds

123