Searched refs:clg_fst (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp857 fst::StdVectorFst clg_fst; local
891 fst::Determinize( lg_fst, &clg_fst); // clg_fst is really lg_det_fst!
892 if(debug) clg_fst.Write( grxmlBasename + ".LGrmedet");
893 rc = FstReplaceILabel( clg_fst, EXTRA_EPSILON_LABEL, EPSILON_LABEL);
894 fst::Compose( *c_fst, clg_fst, &clg_det_fst, copts);

Completed in 37 milliseconds