#include <fmpe.h>
Public Member Functions | |
FmpeOptions () | |
void | Register (OptionsItf *opts) |
void | Write (std::ostream &os, bool binary) const |
void | Read (std::istream &is, bool binary) |
Public Attributes | |
std::string | context_expansion |
BaseFloat | post_scale |
|
inline |
Definition at line 72 of file fmpe.h.
void Read | ( | std::istream & | is, |
bool | binary | ||
) |
Definition at line 430 of file fmpe.cc.
References kaldi::ReadBasicType(), and kaldi::ReadToken().
Referenced by FmpeStats::FmpeStats(), Fmpe::ProjectionTNumCols(), Fmpe::Read(), and FmpeOptions::Register().
|
inline |
Definition at line 75 of file fmpe.h.
References FmpeOptions::Read(), OptionsItf::Register(), and FmpeOptions::Write().
Referenced by main().
void Write | ( | std::ostream & | os, |
bool | binary | ||
) | const |
Definition at line 426 of file fmpe.cc.
References kaldi::WriteBasicType(), and kaldi::WriteToken().
Referenced by FmpeStats::FmpeStats(), Fmpe::ProjectionTNumCols(), FmpeOptions::Register(), and Fmpe::Write().
std::string context_expansion |
Definition at line 47 of file fmpe.h.
Referenced by Fmpe::Fmpe(), and Fmpe::Read().
BaseFloat post_scale |
Definition at line 67 of file fmpe.h.
Referenced by Fmpe::ApplyProjection(), and Fmpe::ApplyProjectionReverse().