HomeSort by relevance Sort by last modified time
    Searched refs:ArcType (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/openfst/src/script/
script-impl.cc 29 if (a.ArcType() != b.ArcType()) {
31 << ":\n\t" << a.ArcType() << " and " << b.ArcType();
concat.cc 29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args);
37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args);
connect.cc 25 Apply<Operation<MutableFstClass> >("Connect", fst->ArcType(), fst);
invert.cc 25 Apply<Operation<MutableFstClass> >("Invert", fst->ArcType(), fst);
prune.cc 29 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);
topsort.cc 27 Apply<Operation<TopSortArgs> >("TopSort", fst->ArcType(), &args);
verify.cc 27 Apply<Operation<VerifyArgs> >("Verify", fst.ArcType(), &args);
relabel.cc 32 Apply<Operation<RelabelArgs1> >("Relabel", ofst->ArcType(), &args);
41 Apply<Operation<RelabelArgs2> >("Relabel", ofst->ArcType(), &args);
49 Apply<Operation<RelabelArgs3> >("Relabel", fst->ArcType(), &args);
rmepsilon.cc 30 Apply<Operation<RmEpsilonArgs1> >("RmEpsilon", ifst.ArcType(), &args);
38 Apply<Operation<RmEpsilonArgs2> >("RmEpsilon", fst->ArcType(), &args);
45 Apply<Operation<RmEpsilonArgs3> >("RmEpsilon", fst->ArcType(), &args);
shortest-distance.cc 29 Apply<Operation<ShortestDistanceArgs1> >("ShortestDistance", fst.ArcType(),
38 Apply<Operation<ShortestDistanceArgs2> >("ShortestDistance", ifst.ArcType(),
46 Apply<Operation<ShortestDistanceArgs3> >("ShortestDistance", ifst.ArcType(),
arcsort.cc 27 Apply<Operation<ArcSortArgs> >("ArcSort", fst->ArcType(), &args);
closure.cc 27 Apply<Operation<ClosureArgs> >("Closure", fst->ArcType(), &args);
convert.cc 29 Apply<Operation<ConvertArgs> >("Convert", ifst.ArcType(),
decode.cc 28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args);
determinize.cc 30 Apply<Operation<DeterminizeArgs> >("Determinize", ifst.ArcType(), &args);
encode.cc 29 Apply<Operation<EncodeArgs> >("Encode", ofst->ArcType(), &args);
epsnormalize.cc 29 Apply<Operation<EpsNormalizeArgs> >("EpsNormalize", ifst.ArcType(), &args);
equal.cc 30 Apply<Operation<EqualArgs> >("Equal", fst1.ArcType(), &args_with_retval);
equivalent.cc 31 Apply<Operation<EquivalentArgs> >("Equivalent", fst1.ArcType(),
info.cc 31 Apply<Operation<InfoArgs> >("PrintFstInfo", f.ArcType(), &args);
map.cc 29 Apply<Operation<MapArgs> >("Map", ifst.ArcType(), &args_with_retval);
minimize.cc 28 Apply<Operation<MinimizeArgs> >("Minimize", ofst1->ArcType(), &args);
project.cc 27 Apply<Operation<ProjectArgs> >("Project", ofst->ArcType(), &args);
  /external/openfst/src/bin/
fstcompose.cc 65 if (ifst1->ArcType() != ifst2->ArcType()) {
70 VectorFstClass ofst(ifst1->ArcType());
  /external/openfst/src/extensions/pdt/
pdtscript.cc 51 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 216 milliseconds

1 2 3