#include <online-gmm-decoding.h>

Public Member Functions | |
| void | Write (std::ostream &out_stream, bool binary) const |
| void | Read (std::istream &in_stream, bool binary) |
Public Attributes | |
| OnlineCmvnState | cmvn_state |
| FmllrDiagGmmAccs | spk_stats |
| Matrix< BaseFloat > | transform |
Definition at line 199 of file online-gmm-decoding.h.
| void Read | ( | std::istream & | in_stream, |
| bool | binary | ||
| ) |
Definition at line 26 of file online-gmm-decoding.cc.
References OnlineGmmAdaptationState::cmvn_state, kaldi::ExpectToken(), FmllrDiagGmmAccs::Read(), OnlineCmvnState::Read(), Matrix< Real >::Read(), OnlineGmmAdaptationState::spk_stats, and OnlineGmmAdaptationState::transform.
| void Write | ( | std::ostream & | out_stream, |
| bool | binary | ||
| ) | const |
Definition at line 37 of file online-gmm-decoding.cc.
References OnlineGmmAdaptationState::cmvn_state, OnlineGmmAdaptationState::spk_stats, OnlineGmmAdaptationState::transform, AffineXformStats::Write(), OnlineCmvnState::Write(), MatrixBase< Real >::Write(), and kaldi::WriteToken().
| OnlineCmvnState cmvn_state |
Definition at line 200 of file online-gmm-decoding.h.
Referenced by SingleUtteranceGmmDecoder::GetAdaptationState(), OnlineGmmAdaptationState::Read(), and OnlineGmmAdaptationState::Write().
| FmllrDiagGmmAccs spk_stats |
Definition at line 201 of file online-gmm-decoding.h.
Referenced by SingleUtteranceGmmDecoder::EstimateFmllr(), OnlineGmmAdaptationState::Read(), and OnlineGmmAdaptationState::Write().
Definition at line 202 of file online-gmm-decoding.h.
Referenced by SingleUtteranceGmmDecoder::AdvanceDecoding(), SingleUtteranceGmmDecoder::EstimateFmllr(), OnlineGmmAdaptationState::Read(), SingleUtteranceGmmDecoder::RescoringIsNeeded(), SingleUtteranceGmmDecoder::SingleUtteranceGmmDecoder(), and OnlineGmmAdaptationState::Write().