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

/external/openfst/src/include/fst/script/
H A Dmap.h92 script::ArcMap(ifst, WeightConvertMapper<Arc, LogArc>())));
95 script::ArcMap(ifst, WeightConvertMapper<Arc, Log64Arc>())));
98 script::ArcMap(ifst, WeightConvertMapper<Arc, StdArc>())));
/external/openfst/src/include/fst/
H A Darc-map.h729 class WeightConvertMapper { class in namespace:fst
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;

Completed in 270 milliseconds