Home | History | Annotate | Download | only in fst

Lines Matching refs:WeightConvertMapper

731 class WeightConvertMapper {
757 typedef WeightConvertMapper<StdArc, LogArc> StdToLogMapper;
758 typedef WeightConvertMapper<LogArc, StdArc> LogToStdMapper;
761 typedef WeightConvertMapper<StdArc, Log64Arc> StdToLog64Mapper;
762 typedef WeightConvertMapper<LogArc, Log64Arc> LogToLog64Mapper;
763 typedef WeightConvertMapper<Log64Arc, StdArc> Log64ToStdMapper;
764 typedef WeightConvertMapper<Log64Arc, LogArc> Log64ToLogMapper;