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

12 3

  /external/openfst/src/script/
randgen.cc 29 Apply<Operation<RandGenArgs> >("RandGen", ifst.ArcType(), &args);
reverse.cc 29 Apply<Operation<ReverseArgs> >("Reverse", fst1.ArcType(), &args);
reweight.cc 28 Apply<Operation<ReweightArgs> >("Reweight", fst->ArcType(), &args);
synchronize.cc 28 Apply<Operation<SynchronizeArgs> >("Synchronize", ifst.ArcType(), &args);
union.cc 29 Apply<Operation<UnionArgs> >("Union", fst1->ArcType(), &args);
compose.cc 31 Apply<Operation<ComposeArgs1> >("Compose", ifst1.ArcType(), &args);
40 Apply<Operation<ComposeArgs2> >("Compose", ifst1.ArcType(), &args);
difference.cc 30 Apply<Operation<DifferenceArgs1> >("Difference", ifst1.ArcType(), &args);
39 Apply<Operation<DifferenceArgs2> >("Difference", ifst1.ArcType(), &args);
intersect.cc 30 Apply<Operation<IntersectArgs1> >("Intersect", ifst1.ArcType(), &args);
39 Apply<Operation<IntersectArgs2> >("Intersect", ifst1.ArcType(), &args);
push.cc 28 Apply<Operation<PushArgs1> >("Push", ofst->ArcType(), &args);
37 Apply<Operation<PushArgs2> >("Push", ifst.ArcType(), &args);
randequivalent.cc 33 Apply<Operation<RandEquivalentArgs1> >("RandEquivalent", fst1.ArcType(),
48 "RandEquivalent", fst1.ArcType(), &args_with_retval);
shortest-path.cc 30 Apply<Operation<ShortestPathArgs1> >("ShortestPath", ifst.ArcType(), &args);
40 Apply<Operation<ShortestPathArgs2> >("ShortestPath", ifst.ArcType(), &args);
fst-class.cc 61 reg->GetReader(hdr.ArcType());
65 << hdr.ArcType() << "\" : " << read_options.source;
125 : MutableFstClass(GetVFSTRegisterEntry(other.ArcType()).converter(other)) {
draw.cc 47 Apply<Operation<FstDrawerArgs> >("DrawFst", fst.ArcType(), &args);
print.cc 33 Apply<Operation<FstPrinterArgs> >("PrintFst", fst.ArcType(), &args);
replace.cc 37 Apply<Operation<ReplaceArgs> >("Replace", ofst->ArcType(), &args);
  /external/openfst/src/extensions/far/
main.cc 98 string atype = hdr.ArcType();
115 return hdr.ArcType();
  /external/openfst/src/bin/
fstepsnormalize.cc 53 VectorFstClass ofst(ifst->ArcType());
fstreverse.cc 52 VectorFstClass *out = new VectorFstClass(ifst->ArcType());
fstsynchronize.cc 47 VectorFstClass ofst(ifst->ArcType());
fstdeterminize.cc 56 VectorFstClass ofst(ifst->ArcType());
fstdifference.cc 62 VectorFstClass ofst(ifst1->ArcType());
fstintersect.cc 63 VectorFstClass ofst(ifst1->ArcType());
  /external/openfst/src/extensions/pdt/
pdtreverse.cc 55 s::VectorFstClass ofst(ifst->ArcType());
  /external/openfst/src/include/fst/extensions/far/
farscript.h 227 #define REGISTER_FST_FAR_OPERATIONS(ArcType) \
228 REGISTER_FST_OPERATION(FarCompileStrings, ArcType, FarCompileStringsArgs); \
229 REGISTER_FST_OPERATION(FarCreate, ArcType, FarCreateArgs); \
230 REGISTER_FST_OPERATION(FarExtract, ArcType, FarExtractArgs); \
231 REGISTER_FST_OPERATION(FarInfo, ArcType, FarInfoArgs); \
232 REGISTER_FST_OPERATION(FarPrintStrings, ArcType, FarPrintStringsArgs)
  /external/openfst/src/include/fst/script/
fst-class.h 49 virtual const string &ArcType() const = 0;
83 virtual const string &ArcType() const {
164 virtual const string &ArcType() const {
165 return impl_->ArcType();
194 if (Arc::Type() != ArcType()) {

Completed in 152 milliseconds

12 3