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