HomeSort by relevance Sort by last modified time
    Searched refs:afst (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rational.h 139 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.AddState()
    [all...]
  /external/openfst/src/include/fst/
rational.h 198 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.AddState()
    [all...]

Completed in 470 milliseconds