#include <faster-decoder.h>


Public Member Functions | |
| FasterDecoderOptions () | |
| void | Register (OptionsItf *opts, bool full) | 
Public Attributes | |
| BaseFloat | beam | 
| int32 | max_active | 
| int32 | min_active | 
| BaseFloat | beam_delta | 
| BaseFloat | hash_ratio | 
Definition at line 33 of file faster-decoder.h.
      
  | 
  inline | 
Definition at line 39 of file faster-decoder.h.
      
  | 
  inline | 
if "full", use obscure
options too. Depends on program.
Definition at line 45 of file faster-decoder.h.
References OptionsItf::Register().
Referenced by main(), and OnlineFasterDecoderOpts::Register().
| BaseFloat beam | 
Definition at line 34 of file faster-decoder.h.
Referenced by kaldi::AlignUtteranceWrapper(), and FasterDecoder::GetCutoff().
| BaseFloat beam_delta | 
Definition at line 37 of file faster-decoder.h.
Referenced by FasterDecoder::GetCutoff().
| BaseFloat hash_ratio | 
Definition at line 38 of file faster-decoder.h.
Referenced by FasterDecoder::FasterDecoder(), and FasterDecoder::PossiblyResizeHash().
| int32 max_active | 
Definition at line 35 of file faster-decoder.h.
Referenced by FasterDecoder::FasterDecoder(), and FasterDecoder::GetCutoff().
| int32 min_active | 
Definition at line 36 of file faster-decoder.h.
Referenced by BiglmFasterDecoderOptions::BiglmFasterDecoderOptions(), FasterDecoder::FasterDecoder(), and FasterDecoder::GetCutoff().