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

  /external/openfst/src/include/fst/extensions/pdt/
pdt.h 153 struct PdtStateTuple {
160 PdtStateTuple()
163 PdtStateTuple(StateId fs, StackId ss)
169 inline bool operator==(const PdtStateTuple<S, K>& x,
170 const PdtStateTuple<S, K>& y) {
196 : public CompactHashStateTable<PdtStateTuple<S, K>,
197 PdtStateHash<PdtStateTuple<S, K> > > {
expand.h 83 typedef PdtStateTuple<StateId, StackId> StateTuple;
705 PdtStateTuple<StateId, StackId> tuple(rfst_.Start() - 1, 0);
775 PdtStateTuple<StateId, StackId> tuple(meta_arc.nextstate, si);
857 PdtStateTuple<StateId, StackId> tuple(arc.nextstate, stack_.Pop(si));
    [all...]

Completed in 53 milliseconds