Home | History | Annotate | Download | only in fst

Lines Matching refs:WeightConvertMapper

729 class WeightConvertMapper {
755 typedef WeightConvertMapper<StdArc, LogArc> StdToLogMapper;
756 typedef WeightConvertMapper<LogArc, StdArc> LogToStdMapper;
759 typedef WeightConvertMapper<StdArc, Log64Arc> StdToLog64Mapper;
760 typedef WeightConvertMapper<LogArc, Log64Arc> LogToLog64Mapper;
761 typedef WeightConvertMapper<Log64Arc, StdArc> Log64ToStdMapper;
762 typedef WeightConvertMapper<Log64Arc, LogArc> Log64ToLogMapper;