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

  /external/openfst/src/include/fst/
randgen.h 462 const A &aarc = aiter.Value(); local
464 B barc(aarc.ilabel, aarc.olabel, weight, state_table_.size());
467 new RandState<A>(aarc.nextstate, count, rstate.length + 1,
arc-map.h 451 A aarc(aiter.Value());
452 aarc.nextstate = FindOState(aarc.nextstate);
453 const B& barc = (*mapper_)(aarc);
    [all...]

Completed in 211 milliseconds