Home
last modified time | relevance | path

Searched refs:Determinize (Results 1 – 8 of 8) sorted by relevance

/external/openfst/src/script/
Ddeterminize.cc24 void Determinize(const FstClass &ifst, in Determinize() function
33 REGISTER_FST_OPERATION(Determinize, StdArc, DeterminizeArgs);
34 REGISTER_FST_OPERATION(Determinize, LogArc, DeterminizeArgs);
35 REGISTER_FST_OPERATION(Determinize, Log64Arc, DeterminizeArgs);
/external/openfst/src/include/fst/script/
Ddeterminize.h46 void Determinize(DeterminizeArgs *args) { in Determinize() function
58 Determinize(ifst, ofst, detargs); in Determinize()
61 void Determinize(const FstClass &ifst, MutableFstClass *ofst,
Dfstscript.h99 REGISTER_FST_OPERATION(Determinize, Arc, DeterminizeArgs); in RegisterBatch1()
/external/openfst/src/bin/
Dfstdeterminize.cc63 s::Determinize(*ifst, &ofst, opts); in main()
/external/srec/tools/make_cfst/
Dmake_cfst.cpp239 fst::Determinize(myCfst, &fst2); in main()
/external/srec/tools/grxmlcompile/
Dgrxmlcompile.cpp834 fst::Determinize(grev_fst, &grev_det_fst); in make_openfst_graphs()
891 fst::Determinize( lg_fst, &clg_fst); // clg_fst is really lg_det_fst! in make_openfst_graphs()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Ddeterminize.h710 void Determinize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst,
/external/openfst/src/include/fst/
Ddeterminize.h852 void Determinize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst,