HomeSort by relevance Sort by last modified time
    Searched refs:FstClass (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/openfst/src/bin/
fstrandgen.cc 17 // Modified: jpr@google.com (Jake Ratkiewicz) to use FstClass
37 using fst::script::FstClass;
56 FstClass *ifst = FstClass::Read(in_name);
fstrmepsilon.cc 17 // Modified: jpr@google.com (Jake Ratkiewicz) to use FstClass
35 using fst::script::FstClass;
54 FstClass *ifst = FstClass::Read(in_fname);
fstshortestdistance.cc 17 // Modified: jpr@google.com (Jake Ratkiewicz) to use FstClass
37 using fst::script::FstClass;
53 FstClass *ifst = FstClass::Read(in_fname);
fstshortestpath.cc 17 // Modified: jpr@google.com (Jake Ratkiewicz) to use FstClass
34 using fst::script::FstClass;
54 FstClass *ifst = FstClass::Read(in_fname);
fstconnect.cc 17 // Modified: jpr@google.com (Jake Ratkiewicz) to use FstClass
28 using fst::script::FstClass;
fstinvert.cc 17 // Modified: jpr@google.com (Jake Ratkiewicz) to use FstClass
27 using fst::script::FstClass;
fstarcsort.cc 17 // Modified: jpr@google.com (Jake Ratkiewicz) to use FstClass
32 using fst::script::FstClass;
  /external/openfst/src/include/fst/script/
replace.h 32 typedef args::Package<const vector<pair<int64, const FstClass *> > &,
39 const vector<pair<int64, const FstClass *> >& untyped_tuples =
55 void Replace(const vector<pair<int64, const FstClass *> > &tuples,
print.h 32 const FstClass &fst;
41 FstPrinterArgs(const FstClass &fst,
63 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest,
determinize.h 42 typedef args::Package<const FstClass&, MutableFstClass*,
61 void Determinize(const FstClass &ifst, MutableFstClass *ofst,
disambiguate.h 42 typedef args::Package<const FstClass&, MutableFstClass*,
61 void Disambiguate(const FstClass &ifst, MutableFstClass *ofst,
push.h 42 typedef args::Package<const FstClass &, MutableFstClass *, uint32,
62 void Push(const FstClass &ifst, MutableFstClass *ofst, uint32 flags,
draw.h 35 const FstClass &fst;
53 FstDrawerArgs(const FstClass &fst,
91 void DrawFst(const FstClass &fst,
  /external/openfst/src/script/
shortest-distance.cc 25 void ShortestDistance(const FstClass &fst, vector<WeightClass> *distance,
34 void ShortestDistance(const FstClass &ifst, vector<WeightClass> *distance,
43 WeightClass ShortestDistance(const FstClass &ifst) {
determinize.cc 24 void Determinize(const FstClass &ifst,
epsnormalize.cc 24 void EpsNormalize(const FstClass &ifst, MutableFstClass *ofst,
info.cc 26 void PrintFstInfo(const FstClass &f, bool test_properties,
randgen.cc 24 void RandGen(const FstClass &ifst, MutableFstClass *ofst, int32 seed,
reverse.cc 24 void Reverse(const FstClass &fst1, MutableFstClass *fst2) {
synchronize.cc 24 void Synchronize(const FstClass &ifst, MutableFstClass *ofst) {
union.cc 24 void Union(MutableFstClass *fst1, const FstClass &fst2) {
shortest-path.cc 24 void ShortestPath(const FstClass &ifst, MutableFstClass *ofst,
33 void ShortestPath(const FstClass &ifst, MutableFstClass *ofst,
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 47 typedef args::Package<const FstClass &,
48 const FstClass &,
75 void PdtCompose(const FstClass & ifst1,
76 const FstClass & ifst2,
94 typedef args::Package<const FstClass &,
115 void PdtExpand(const FstClass &ifst,
119 void PdtExpand(const FstClass &ifst,
125 typedef args::Package<const vector<pair<int64, const FstClass*> > &,
155 void PdtReplace(const vector<pair<int64, const FstClass*> > &fst_tuples,
162 typedef args::Package<const FstClass &
    [all...]
  /external/openfst/src/extensions/pdt/
pdtexpand.cc 17 // Modified: jpr@google.com (Jake Ratkiewicz) to use FstClass
49 s::FstClass *ifst = s::FstClass::Read(in_name);
pdtshortestpath.cc 17 // Modified: jpr@google.com (Jake Ratkiewicz) to use FstClass
50 s::FstClass *ifst = s::FstClass::Read(in_name);

Completed in 786 milliseconds

1 23 4