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

/external/openfst/src/script/
H A Ddeterminize.cc24 void Determinize(const FstClass &ifst, function in namespace:fst::script
27 if (!ArcTypesMatch(ifst, *ofst, "Determinize")) return;
30 Apply<Operation<DeterminizeArgs> >("Determinize", ifst.ArcType(), &args);
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/
H A Ddeterminize.h46 void Determinize(DeterminizeArgs *args) { function in namespace:fst::script
58 Determinize(ifst, ofst, detargs);
61 void Determinize(const FstClass &ifst, MutableFstClass *ofst,
H A Dfstscript.h99 REGISTER_FST_OPERATION(Determinize, Arc, DeterminizeArgs);
/external/openfst/src/bin/
H A Dfstdeterminize.cc63 s::Determinize(*ifst, &ofst, opts);
/external/srec/tools/make_cfst/
H A Dmake_cfst.cpp239 fst::Determinize(myCfst, &fst2);
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp834 fst::Determinize(grev_fst, &grev_det_fst);
891 fst::Determinize( lg_fst, &clg_fst); // clg_fst is really lg_det_fst!
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddeterminize.h632 // Determinize acceptor.
710 void Determinize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, function in namespace:fst
/external/openfst/src/include/fst/
H A Ddeterminize.h980 void Determinize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, function in namespace:fst

Completed in 1045 milliseconds