Searched defs:Determinize (Results 1 - 4 of 4) 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,
/external/openfst/src/include/fst/
H A Ddeterminize.h758 // Determinize acceptor.
852 void Determinize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, function in namespace: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

Completed in 253 milliseconds