#include <posterior.h>
Public Types | |
typedef GaussPost | T |
Public Member Functions | |
GaussPostHolder () | |
void | Clear () |
bool | Read (std::istream &is) |
const T & | Value () const |
void | Swap (GaussPostHolder *other) |
bool | ExtractRange (const GaussPostHolder &other, const std::string &range) |
Static Public Member Functions | |
static bool | Write (std::ostream &os, bool binary, const T &t) |
static bool | IsReadInBinary () |
Private Member Functions | |
KALDI_DISALLOW_COPY_AND_ASSIGN (GaussPostHolder) | |
Private Attributes | |
T | t_ |
Definition at line 102 of file posterior.h.
Definition at line 104 of file posterior.h.
|
inline |
|
inline |
Definition at line 110 of file posterior.h.
References PosteriorHolder::Read(), kaldi::swap(), and PosteriorHolder::t_.
|
inline |
Definition at line 125 of file posterior.h.
References PosteriorHolder::KALDI_DISALLOW_COPY_AND_ASSIGN(), and KALDI_ERR.
|
inlinestatic |
Definition at line 117 of file posterior.h.
|
private |
bool Read | ( | std::istream & | is | ) |
Definition at line 181 of file posterior.cc.
References kaldi::InitKaldiInputStream(), KALDI_ERR, KALDI_WARN, kaldi::ReadBasicType(), and PosteriorHolder::t_.
|
inline |
Definition at line 121 of file posterior.h.
References PosteriorHolder::t_, and GaussPostHolder::t_.
|
inline |
Definition at line 157 of file posterior.cc.
References kaldi::InitKaldiOutputStream(), KALDI_WARN, and kaldi::WriteBasicType().
|
private |
Definition at line 131 of file posterior.h.
Referenced by GaussPostHolder::Swap().