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

1 23

  /external/openfst/src/bin/
fstminimize.cc 58 new VectorFstClass(fst1->ArcType()) : 0;
fstpush.cc 66 VectorFstClass ofst(ifst->ArcType());
fstrandgen.cc 59 VectorFstClass ofst(ifst->ArcType());
fstreplace.cc 59 VectorFstClass ofst(ifst->ArcType());
fstrmepsilon.cc 83 MutableFstClass *ofst = new VectorFstClass(ifst->ArcType());
fstshortestpath.cc 61 VectorFstClass ofst(ifst->ArcType());
  /external/openfst/src/extensions/pdt/
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());
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 277 #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)
info.h 51 const string& ArcType() const { return A::Type(); }
149 cout << "arc type" << pdtinfo.ArcType().c_str() << endl;
  /external/openfst/src/include/fst/extensions/far/
far.h 39 const string &ArcType() const { return arctype_; }
48 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
53 arctype_ = fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
  /external/openfst/src/include/fst/script/
info-impl.h 175 const string& ArcType() const { return A::Type(); }
239 os << "arc type" << fstinfo.ArcType() << endl;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 79 const string &ArcType() const { return arctype_; }
469 if (hdr->ArcType() != A::Type()) {
  /external/openfst/src/include/fst/
fst.h 107 const string &ArcType() const { return arctype_; }
793 if (hdr->ArcType() != A::Type()) {

Completed in 368 milliseconds

1 23