Searched defs:fst (Results 51 - 75 of 315) sorted by relevance

1234567891011>>

/external/openfst/src/include/fst/
H A Depsnormalize.h29 #include <fst/factor-weight.h>
30 #include <fst/invert.h>
31 #include <fst/arc-map.h>
32 #include <fst/rmepsilon.h>
35 namespace fst { namespace
71 } // namespace fst
H A Dsymbol-table-ops.h28 #include <fst/fst.h>
29 #include <fst/symbol-table.h>
32 namespace fst { namespace
35 // passed fst. Symbols preserve their original numbering, so fst does not
38 SymbolTable *PruneSymbolTable(const Fst<Arc> &fst, const SymbolTable &syms, argument
42 StateIterator<Fst<Arc> > siter(fst);
44 ArcIterator<Fst<Arc> > aiter(fst, siter.Value());
90 } // namespace fst
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dreverse.h30 #include <fst/mutable-fst.h>
31 #include <fst/relabel.h>
32 #include <fst/reverse.h>
34 namespace fst { namespace
56 } // namespace fst
/external/openfst/src/include/fst/script/
H A Dconcat.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/concat.h>
24 namespace fst { namespace
50 } // namespace fst
H A Dconvert.h22 #include <fst/script/arg-packs.h>
23 #include <fst/script/fst-class.h>
25 namespace fst { namespace
33 const Fst<Arc> &fst = *(args->args.arg1.GetFst<Arc>()); local
36 Fst<Arc> *result = Convert(fst, new_type);
47 } // namespace fst
H A Ddecode.h22 #include <fst/script/arg-packs.h>
23 #include <fst/script/fst-class.h>
24 #include <fst/encode.h>
26 namespace fst { namespace
41 void Decode(MutableFstClass *fst, const string &coder_fname);
44 } // namespace fst
H A Ddifference.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/script/compose.h> // for ComposeFilter
23 #include <fst/difference.h>
25 namespace fst { namespace
59 const ComposeOptions &opts = fst::script::ComposeOptions());
63 } // namespace fst
H A Depsnormalize.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/epsnormalize.h>
24 namespace fst { namespace
42 } // namespace fst
H A Dequal.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/equal.h>
24 namespace fst { namespace
42 } // namespace fst
H A Dequivalent.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/equivalent.h>
24 namespace fst { namespace
43 } // namespace fst
H A Dintersect.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/intersect.h>
23 #include <fst/script/compose.h> // for ComposeOptions, ComposeFilter
25 namespace fst { namespace
58 const ComposeOptions &opts = fst::script::ComposeOptions());
61 } // namespace fst
H A Dminimize.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/minimize.h>
24 namespace fst { namespace
41 } // namespace fst
H A Dpush.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/push.h>
24 namespace fst { namespace
35 fst::Push(ofst, REWEIGHT_TO_FINAL, args->arg3, args->arg4);
37 fst::Push(ofst, REWEIGHT_TO_INITIAL, args->arg3, args->arg4);
51 fst::Push<Arc, REWEIGHT_TO_FINAL>(ifst, ofst, args->arg3, args->arg5);
53 fst::Push<Arc, REWEIGHT_TO_INITIAL>(ifst, ofst, args->arg3, args->arg5);
66 } // namespace fst
[all...]
H A Dreplace.h25 #include <fst/script/arg-packs.h>
26 #include <fst/script/fst-class.h>
27 #include <fst/replace.h>
29 namespace fst { namespace
38 // pair<real label, real fst> that the real Replace will use
60 } // namespace fst
H A Dreverse.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/reverse.h>
24 namespace fst { namespace
40 } // namespace fst
H A Dsynchronize.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/synchronize.h>
24 namespace fst { namespace
40 } // namespace fst
H A Dunion.h20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/union.h>
24 namespace fst { namespace
40 } // namespace fst
/external/openfst/src/lib/
H A Dcompat.cc21 #include <fst/compat.h>
30 namespace fst { namespace
44 } // namespace fst
/external/openfst/src/script/
H A Dcompose.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/compose.h>
21 namespace fst { namespace
51 } // namespace fst
H A Ddifference.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/difference.h>
21 namespace fst { namespace
50 } // namespace fst
H A Dinfo.cc19 #include <fst/script/fst-class.h>
20 #include <fst/script/script-impl.h>
21 #include <fst/script/info.h>
23 namespace fst { namespace
39 } // namespace fst
H A Dintersect.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/intersect.h>
21 namespace fst { namespace
50 } // namespace fst
H A Dprint.cc19 #include <fst/script/fst-class.h>
20 #include <fst/script/script-impl.h>
21 #include <fst/script/print.h>
23 namespace fst { namespace
26 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest, argument
31 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one,
33 Apply<Operation<FstPrinterArgs> >("PrintFst", fst.ArcType(), &args);
41 } // namespace fst
H A Dprune.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/prune.h>
21 namespace fst { namespace
26 void Prune(MutableFstClass *fst, const PruneOptions &opts) { argument
27 PruneArgs1 args(fst, opts);
29 Apply<Operation<PruneArgs1> >("Prune", fst->ArcType(), &args);
33 void Prune(const FstClass &ifst, MutableFstClass *fst, argument
35 PruneArgs2 args(ifst, fst, opt
51 Prune(MutableFstClass *fst, const WeightClass& weight_threshold, int64 state_threshold, float delta) argument
[all...]
H A Dpush.cc17 #include <fst/script/fst-class.h>
18 #include <fst/script/script-impl.h>
19 #include <fst/script/push.h>
21 namespace fst { namespace
49 } // namespace fst

Completed in 397 milliseconds

1234567891011>>