HomeSort by relevance Sort by last modified time
    Searched refs:WeightConvertMapper (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/script/
map.h 92 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/
arc-map.h 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;
    [all...]

Completed in 55 milliseconds