Public Attributes | List of all members
gmm_select_t Struct Reference

Structure that contains all parameters for CI-based GMM selection. More...

#include <fast_algo_struct.h>

Public Attributes

int32 ci_pbeam
 
int32 dyn_ci_pbeam
 
float32 tighten_factor
 
int32 * ci_occu
 
int32 * idx
 
int32 max_cd
 

Detailed Description

Structure that contains all parameters for CI-based GMM selection.

Member Data Documentation

◆ ci_occu

int32* gmm_select_t::ci_occu

Recorded number of CD senones for a particular base CI senone.

◆ ci_pbeam

int32 gmm_select_t::ci_pbeam

The beam which prune out unnesseary parent CI phones in CI-based GMM selection

◆ dyn_ci_pbeam

int32 gmm_select_t::dyn_ci_pbeam

The dynamic CI-beam computed by using both CI-pbeam and the counts

◆ idx

int32* gmm_select_t::idx

temporary indices used in absolute discounting of CI-based GMM selection

◆ max_cd

int32 gmm_select_t::max_cd

Maximum CD senones computed.

◆ tighten_factor

float32 gmm_select_t::tighten_factor

In the range of [0,1] (closed bounds) A factor used to decide how many CD senones will be computed. for those "ignored" frames.


The documentation for this struct was generated from the following file: