HomeSort by relevance Sort by last modified time
    Searched full:context_q (Results 1 - 1 of 1) sorted by null

  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 454 queue<StateId> context_q; local
455 context_q.push(context_fst.Start());
457 while (!context_q.empty()) {
458 const StateId &state = context_q.front();
477 context_q.push(arc.nextstate);
492 context_q.pop();

Completed in 163 milliseconds