#include <lattice-faster-decoder.h>
Public Member Functions | |
LatticeFasterDecoderConfig () | |
void | Register (OptionsItf *opts) |
void | Check () const |
Definition at line 38 of file lattice-faster-decoder.h.
|
inline |
Definition at line 58 of file lattice-faster-decoder.h.
|
inline |
Definition at line 86 of file lattice-faster-decoder.h.
References KALDI_ASSERT.
Referenced by LatticeBiglmFasterDecoder::LatticeBiglmFasterDecoder(), and LatticeFasterDecoderTpl< fst::StdFst, decoder::BackpointerToken >::LatticeFasterDecoderTpl().
|
inline |
Definition at line 67 of file lattice-faster-decoder.h.
References OptionsItf::Register(), and DeterminizeLatticePhonePrunedOptions::Register().
Referenced by main(), OnlineNnet2DecodingConfig::Register(), OnlineGmmDecodingConfig::Register(), and OnlineNnet2DecodingThreadedConfig::Register().
BaseFloat beam |
Definition at line 39 of file lattice-faster-decoder.h.
Referenced by LatticeBiglmFasterDecoder::GetCutoff(), LatticeBiglmFasterDecoder::ProcessEmitting(), and LatticeBiglmFasterDecoder::ProcessNonemitting().
BaseFloat beam_delta |
Definition at line 46 of file lattice-faster-decoder.h.
Referenced by LatticeBiglmFasterDecoder::GetCutoff().
Definition at line 56 of file lattice-faster-decoder.h.
Referenced by kaldi::DecodeUtterance(), SingleUtteranceNnet3DecoderTpl< FST >::GetLattice(), SingleUtteranceNnet2Decoder::GetLattice(), LatticeBiglmFasterDecoder::GetLattice(), SingleUtteranceGmmDecoder::GetLattice(), SingleUtteranceNnet2DecoderThreaded::GetLattice(), DecodeUtteranceLatticeFasterClass::operator()(), and NnetBatchDecoder::ProcessOutputUtterance().
bool determinize_lattice |
Definition at line 44 of file lattice-faster-decoder.h.
Referenced by SingleUtteranceNnet3DecoderTpl< FST >::GetLattice(), SingleUtteranceNnet2Decoder::GetLattice(), SingleUtteranceNnet2DecoderThreaded::GetLattice(), NnetBatchDecoder::GetOutput(), main(), and NnetBatchDecoder::ProcessOutputUtterance().
BaseFloat hash_ratio |
Definition at line 47 of file lattice-faster-decoder.h.
Referenced by LatticeBiglmFasterDecoder::PossiblyResizeHash().
BaseFloat lattice_beam |
Definition at line 42 of file lattice-faster-decoder.h.
Referenced by LatticeBiglmFasterDecoder::Decode(), kaldi::DecodeUtterance(), SingleUtteranceNnet3DecoderTpl< FST >::GetLattice(), SingleUtteranceNnet2Decoder::GetLattice(), LatticeBiglmFasterDecoder::GetLattice(), SingleUtteranceGmmDecoder::GetLattice(), SingleUtteranceNnet2DecoderThreaded::GetLattice(), DecodeUtteranceLatticeFasterClass::operator()(), NnetBatchDecoder::ProcessOutputUtterance(), LatticeBiglmFasterDecoder::PruneForwardLinks(), and LatticeBiglmFasterDecoder::PruneForwardLinksFinal().
int32 max_active |
Definition at line 40 of file lattice-faster-decoder.h.
Referenced by LatticeBiglmFasterDecoder::GetCutoff().
int32 min_active |
Definition at line 41 of file lattice-faster-decoder.h.
int32 prune_interval |
Definition at line 43 of file lattice-faster-decoder.h.
Referenced by LatticeBiglmFasterDecoder::Decode().
BaseFloat prune_scale |
Definition at line 51 of file lattice-faster-decoder.h.