Searched refs:afst (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Drational.h198 VectorFst<A> afst; local
199 afst.AddState();
200 afst.AddState();
201 afst.SetStart(0);
202 afst.SetFinal(1, Weight::One());
204 afst.AddArc(0, A(0, -nonterminals_, Weight::One(), 1));
205 Union(&rfst_, afst);
216 VectorFst<A> afst; local
217 afst.AddState();
218 afst
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drational.h139 VectorFst<A> afst; local
140 afst.AddState();
141 afst.AddState();
142 afst.SetStart(0);
143 afst.SetFinal(1, Weight::One());
144 afst.AddArc(0, A(0, -nonterminals_, Weight::One(), 1));
145 Union(&rfst_, afst);
155 VectorFst<A> afst; local
156 afst.AddState();
157 afst
[all...]

Completed in 56 milliseconds