Searched refs:Determinize (Results 1 – 5 of 5) sorted by relevance
/external/openfst/src/script/ |
D | determinize.cc | 24 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/ |
D | determinize.h | 46 void Determinize(DeterminizeArgs *args) { in Determinize() function 58 Determinize(ifst, ofst, detargs); in Determinize() 61 void Determinize(const FstClass &ifst, MutableFstClass *ofst,
|
D | fstscript.h | 99 REGISTER_FST_OPERATION(Determinize, Arc, DeterminizeArgs); in RegisterBatch1()
|
/external/openfst/src/bin/ |
D | fstdeterminize.cc | 63 s::Determinize(*ifst, &ofst, opts); in main()
|
/external/openfst/src/include/fst/ |
D | determinize.h | 980 void Determinize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst,
|