69 #ifndef _SRCH_DEBUG_H_
70 #define _SRCH_DEBUG_H_
int srch_debug_decode(void)
int srch_debug_compute_heuristic(void *srch, int32 win_efv)
int srch_debug_rescoring(void *srch, int32 frmno)
glist_t srch_debug_bestpath_impl(void *srch_struct, dag_t *dag)
int srch_debug_delete_lm(void *srch, const char *lmname)
int srch_debug_propagate_graph_wd_lv2(void *srch, int32 wav_idx)
int srch_debug_propagate_graph_ph_lv2(void *srch, int32 wav_idx)
int srch_debug_shift_one_cache_frame(void *srch, int32 win_efv)
int srch_debug_propagate_graph_ph_lv1(void *srch)
struct srch_funcs_s srch_debug_funcs
glist_t srch_debug_gen_hyp(void *srch_struct)
dag_t * srch_debug_gen_dag(void *srch_struct, glist_t hyp)
int srch_debug_init(kb_t *kb, void *srch)
int srch_debug_dump_vithist(void *srch_struct)
int srch_debug_eval_beams_lv2(void *srch)
int srch_debug_hmm_compute_lv2(void *srch, int32 wav_idx)
Size definition of semantically units. Common for both s3 and s3.X decoder.
The global wrapper structure for all variables in 3.X search. We may want to use it for sphinx 3...
int srch_debug_frame_windup(void *srch_struct, int32 frmno)
int srch_debug_gmm_compute_lv1(void *srch, float32 *feat, int32 cache_idx, int32 wav_idx)
int srch_debug_select_active_gmm(void *srch)
int srch_debug_hmm_compute_lv1(void *srch)
int srch_debug_uninit(void *srch)
data structure for dag. Adapted from s3_dag.h in s3.5
The language model. All unigrams are read into memory on initialization. Bigrams and trigrams read in...
int srch_debug_add_lm(void *srch, lm_t *lm, const char *lmname)
int32 srch_debug_dag_dump(void *srch_struct, dag_t *dag)
int srch_debug_end(void *srch)
int srch_debug_eval_beams_lv1(void *srch)
int srch_debug_begin(void *srch)
int srch_debug_set_lm(void *srch, const char *lmname)
int srch_debug_propagate_graph_wd_lv1(void *srch)
int srch_debug_gmm_compute_lv2(void *srch, float32 **feat, int32 wav_idx)