#include <online-faster-decoder.h>


Public Member Functions | |
| OnlineFasterDecoderOpts () | |
| void | Register (OptionsItf *opts, bool full) |
Public Member Functions inherited from FasterDecoderOptions | |
| FasterDecoderOptions () | |
| void | Register (OptionsItf *opts, bool full) |
Public Attributes | |
| BaseFloat | rt_min |
| BaseFloat | rt_max |
| int32 | batch_size |
| int32 | inter_utt_sil |
| int32 | max_utt_len_ |
| int32 | update_interval |
| BaseFloat | beam_update |
| BaseFloat | max_beam_update |
Public Attributes inherited from FasterDecoderOptions | |
| BaseFloat | beam |
| int32 | max_active |
| int32 | min_active |
| BaseFloat | beam_delta |
| BaseFloat | hash_ratio |
Definition at line 35 of file online-faster-decoder.h.
|
inline |
Definition at line 45 of file online-faster-decoder.h.
|
inline |
Definition at line 51 of file online-faster-decoder.h.
References OptionsItf::Register(), and FasterDecoderOptions::Register().
Referenced by main().
| int32 batch_size |
Definition at line 38 of file online-faster-decoder.h.
Referenced by OnlineFasterDecoder::Decode(), and main().
| BaseFloat beam_update |
Definition at line 42 of file online-faster-decoder.h.
Referenced by OnlineFasterDecoder::Decode().
| int32 inter_utt_sil |
Definition at line 39 of file online-faster-decoder.h.
Referenced by OnlineFasterDecoder::EndOfUtterance().
| BaseFloat max_beam_update |
Definition at line 43 of file online-faster-decoder.h.
Referenced by OnlineFasterDecoder::Decode().
| int32 max_utt_len_ |
Definition at line 40 of file online-faster-decoder.h.
Referenced by OnlineFasterDecoder::EndOfUtterance().
| BaseFloat rt_max |
Definition at line 37 of file online-faster-decoder.h.
Referenced by OnlineFasterDecoder::Decode().
| BaseFloat rt_min |
Definition at line 36 of file online-faster-decoder.h.
Referenced by OnlineFasterDecoder::Decode().
| int32 update_interval |
Definition at line 41 of file online-faster-decoder.h.
Referenced by OnlineFasterDecoder::Decode().