Home
last modified time | relevance | path

Searched defs:closure_type (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
Dclosure.h46 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) { in Closure()
76 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) { in Closure()
110 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst()
Drational.h165 void InitClosure(const Fst<A> &fst, ClosureType closure_type) { in InitClosure()
232 void AddClosure(ClosureType closure_type) { in AddClosure()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dclosure.h39 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) { in Closure()
68 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) { in Closure()
102 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst()
Drational.h108 void InitClosure(const Fst<A> &fst, ClosureType closure_type) { in InitClosure()
168 void AddClosure(ClosureType closure_type) { in AddClosure()
/external/openfst/src/script/
Dclosure.cc24 void Closure(MutableFstClass *fst, ClosureType closure_type) { in Closure()
/external/openfst/src/bin/
Dfstclosure.cc49 fst::ClosureType closure_type = in main() local