Home
last modified time | relevance | path

Searched refs:EPSILON_LABEL (Results 1 – 5 of 5) sorted by relevance

/external/srec/tools/make_cfst/
Dmake_cfst.cpp33 #define EPSILON_LABEL 0 macro
129 myCfst.AddArc(stateEn, fst::StdArc(EPSILON_LABEL, EPSILON_LABEL, 0.0, stateSt)); in main()
191 fst::StdArc(EPSILON_LABEL,EPSILON_LABEL,0.0, in main()
198 fst::StdArc(EPSILON_LABEL,EPSILON_LABEL,0.0, in main()
215 fst::StdArc(EPSILON_LABEL,EPSILON_LABEL,0.0, in main()
222 fst::StdArc(EPSILON_LABEL, EPSILON_LABEL, 0.0, in main()
225 fst::StdArc(EPSILON_LABEL, EPSILON_LABEL, 0.0, stateEn)); in main()
/external/srec/tools/grxmlcompile/
Dgrxmlcompile.cpp469 arc.ilabel = EPSILON_LABEL; in FstPushSlotLikeOLabels()
470 arc.olabel = EPSILON_LABEL; in FstPushSlotLikeOLabels()
481 arc2.ilabel = EPSILON_LABEL; in FstPushSlotLikeOLabels()
653 l_fst.AddArc(stateEn, fst::StdArc(EPSILON_LABEL,EPSILON_LABEL,0.0,stateSt)); in make_openfst_graphs()
698 l_fst.AddArc(stateP, fst::StdArc( wordId+SLOT_COUNTER_OFFSET, EPSILON_LABEL, 0.0, statePp1)); in make_openfst_graphs()
700 l_fst.AddArc(stateP, fst::StdArc( WORD_BOUNDARY, EPSILON_LABEL, 0.0, stateEn)); in make_openfst_graphs()
724 l_fst.AddArc(stateP, fst::StdArc( EPSILON_LABEL, olabel, 0.0, statePp1)); in make_openfst_graphs()
729 olabel = EPSILON_LABEL; in make_openfst_graphs()
749 l_fst.AddArc(stateP, fst::StdArc( SILENCE_CODE, EPSILON_LABEL, 0.0, statePp1)); in make_openfst_graphs()
750 l_fst.AddArc(statePp1, fst::StdArc( WORD_BOUNDARY, EPSILON_LABEL, 0.0, stateEn)); in make_openfst_graphs()
[all …]
/external/srec/srec/include/
Dsearch_network.h139 #define EPSILON_LABEL 0 macro
/external/srec/srec/crec/
Dsrec_context.c292 if (!strcmp(hmm_Name, "eps")) return EPSILON_LABEL; in hmm_number()
301 if (ilabel == EPSILON_LABEL) in hmm_name()
Dsrec.c1028 else if(fsm_arc->ilabel == EPSILON_LABEL) { in do_epsilon_updates()