Public Attributes | List of all members
hmm_context_s Struct Reference

#include <hmm.h>

Public Attributes

int32 n_emit_state
 
const int32 *** tp
 
const int32 * senscore
 
const s3senid_t ** sseq
 
int32 * st_sen_scr
 
void * udata
 

Member Data Documentation

◆ n_emit_state

int32 hmm_context_s::n_emit_state

Number of emitting states in this set of HMMs.

◆ senscore

const int32* hmm_context_s::senscore

State emission scores senscore[senid] (logs3 values).

◆ sseq

const s3senid_t** hmm_context_s::sseq

Senone sequence mapping.

◆ st_sen_scr

int32* hmm_context_s::st_sen_scr

Temporary array of senone scores (for some topologies).

◆ tp

const int32*** hmm_context_s::tp

State transition scores tp[id][from][to] (logs3 values).

◆ udata

void* hmm_context_s::udata

Whatever you feel like, gosh.


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