
Public Member Functions | |
| CountStats (int32 p, int32 n, BaseFloat occ) | |
| bool | operator< (const CountStats &other) const |
Public Attributes | |
| int32 | pdf_index |
| int32 | num_components |
| BaseFloat | occupancy |
Definition at line 103 of file model-common.cc.
|
inline |
Definition at line 104 of file model-common.cc.
Referenced by kaldi::GetSplitTargets().
|
inline |
Definition at line 109 of file model-common.cc.
References CountStats::num_components, and CountStats::occupancy.
| int32 num_components |
Definition at line 107 of file model-common.cc.
Referenced by kaldi::GetSplitTargets(), and CountStats::operator<().
| BaseFloat occupancy |
Definition at line 108 of file model-common.cc.
Referenced by kaldi::GetSplitTargets(), and CountStats::operator<().
| int32 pdf_index |
Definition at line 106 of file model-common.cc.
Referenced by kaldi::GetSplitTargets().