Searched defs:BeamProbability (Results 1 – 4 of 4) sorted by relevance
44 struct BeamProbability { struct45 BeamProbability() : total(kLogZero), blank(kLogZero), label(kLogZero) {} in BeamProbability() function46 void Reset() { in Reset()51 float total;52 float blank;53 float label;
78 typedef ctc_beam_search::BeamProbability BeamProbability; typedef
43 struct BeamProbability { struct44 BeamProbability() : total(kLogZero), blank(kLogZero), label(kLogZero) {} in BeamProbability() argument45 void Reset() { in Reset()50 float total;51 float blank;52 float label;
76 typedef ctc_beam_search::BeamProbability BeamProbability; typedef