#include <online-gmm-decoding.h>

Public Member Functions | |
| OnlineGmmDecodingConfig () | |
| void | Register (OptionsItf *opts) |
Public Attributes | |
| BaseFloat | fmllr_lattice_beam |
| BasisFmllrOptions | basis_opts |
| LatticeFasterDecoderConfig | faster_decoder_opts |
| OnlineGmmDecodingAdaptationPolicyConfig | adaptation_policy_opts |
| std::string | online_alimdl_rxfilename |
| std::string | model_rxfilename |
| std::string | rescore_model_rxfilename |
| std::string | fmllr_basis_rxfilename |
| BaseFloat | acoustic_scale |
| std::string | silence_phones |
| BaseFloat | silence_weight |
Definition at line 95 of file online-gmm-decoding.h.
|
inline |
Definition at line 122 of file online-gmm-decoding.h.
|
inline |
Definition at line 125 of file online-gmm-decoding.h.
References OptionsItf::Register(), BasisFmllrOptions::Register(), LatticeFasterDecoderConfig::Register(), and OnlineGmmDecodingAdaptationPolicyConfig::Register().
Referenced by main().
| BaseFloat acoustic_scale |
Definition at line 116 of file online-gmm-decoding.h.
Referenced by SingleUtteranceGmmDecoder::AdvanceDecoding(), SingleUtteranceGmmDecoder::GetLattice(), and main().
| OnlineGmmDecodingAdaptationPolicyConfig adaptation_policy_opts |
Definition at line 102 of file online-gmm-decoding.h.
Referenced by SingleUtteranceGmmDecoder::AdvanceDecoding().
| BasisFmllrOptions basis_opts |
Definition at line 98 of file online-gmm-decoding.h.
Referenced by SingleUtteranceGmmDecoder::EstimateFmllr().
| LatticeFasterDecoderConfig faster_decoder_opts |
Definition at line 100 of file online-gmm-decoding.h.
Referenced by SingleUtteranceGmmDecoder::GetLattice().
| std::string fmllr_basis_rxfilename |
Definition at line 114 of file online-gmm-decoding.h.
Referenced by OnlineGmmDecodingModels::OnlineGmmDecodingModels().
| BaseFloat fmllr_lattice_beam |
Definition at line 96 of file online-gmm-decoding.h.
Referenced by SingleUtteranceGmmDecoder::GetGaussianPosteriors().
| std::string model_rxfilename |
Definition at line 108 of file online-gmm-decoding.h.
Referenced by OnlineGmmDecodingModels::OnlineGmmDecodingModels().
| std::string online_alimdl_rxfilename |
Definition at line 106 of file online-gmm-decoding.h.
Referenced by OnlineGmmDecodingModels::OnlineGmmDecodingModels().
| std::string rescore_model_rxfilename |
Definition at line 111 of file online-gmm-decoding.h.
Referenced by OnlineGmmDecodingModels::OnlineGmmDecodingModels().
| std::string silence_phones |
Definition at line 118 of file online-gmm-decoding.h.
Referenced by SingleUtteranceGmmDecoder::SingleUtteranceGmmDecoder().
| BaseFloat silence_weight |
Definition at line 119 of file online-gmm-decoding.h.
Referenced by SingleUtteranceGmmDecoder::GetGaussianPosteriors().