#include <lattice-incremental-online-decoder.h>
Public Member Functions | |
BestPathIterator (void *t, int32 f) | |
bool | Done () |
Public Attributes | |
void * | tok |
int32 | frame |
Definition at line 77 of file lattice-incremental-online-decoder.h.
|
inline |
Definition at line 85 of file lattice-incremental-online-decoder.h.
|
inline |
Definition at line 86 of file lattice-incremental-online-decoder.h.
References LatticeIncrementalOnlineDecoderTpl< FST >::BestPathEnd(), LatticeIncrementalOnlineDecoderTpl< FST >::GetBestPath(), LatticeIncrementalOnlineDecoderTpl< FST >::KALDI_DISALLOW_COPY_AND_ASSIGN(), and LatticeIncrementalOnlineDecoderTpl< FST >::TraceBackBestPath().
Referenced by LatticeIncrementalOnlineDecoderTpl< FST >::GetBestPath(), and LatticeIncrementalOnlineDecoderTpl< FST >::TraceBackBestPath().
int32 frame |
Definition at line 79 of file lattice-incremental-online-decoder.h.
Referenced by OnlineSilenceWeighting::ComputeCurrentTraceback(), and LatticeIncrementalOnlineDecoderTpl< FST >::TraceBackBestPath().
void* tok |
Definition at line 78 of file lattice-incremental-online-decoder.h.
Referenced by OnlineSilenceWeighting::ComputeCurrentTraceback(), and LatticeIncrementalOnlineDecoderTpl< FST >::TraceBackBestPath().