Searched refs:LogArc (Results 1 – 5 of 5) sorted by relevance
54 struct LogArc { struct59 LogArc(Label i, Label o, Weight w, StateId s) in LogArc() argument62 LogArc() {} in LogArc() argument
44 REGISTER_FST(VectorFst, LogArc);46 REGISTER_FST(ConstFst, LogArc);
653 typedef LogArc ToArc;655 LogArc operator()(const StdArc &arc) const { in operator()656 return LogArc(arc.ilabel, arc.olabel, arc.weight.Value(), arc.nextstate); in operator()667 typedef LogArc FromArc;670 StdArc operator()(const LogArc &arc) const { in operator()
30 class LogArc; variable
94 typedef LogProbArcSelector<LogArc> LogArcSelector;