Searched refs:WeightConvert (Results 1 - 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
H A Dweight.h163 struct WeightConvert { struct in namespace:fst
165 FSTERROR() << "WeightConvert: can't convert weight from \""
173 struct WeightConvert<W, W> { struct in namespace:fst
H A Dsigned-log-weight.h227 FSTERROR() << "WeightConvert: can't convert weight from \""
236 struct WeightConvert<SignedLogWeight, TropicalWeight> { struct in namespace:fst
245 struct WeightConvert<SignedLog64Weight, TropicalWeight> { struct in namespace:fst
255 struct WeightConvert<SignedLogWeight, LogWeight> { struct in namespace:fst
264 struct WeightConvert<SignedLog64Weight, LogWeight> { struct in namespace:fst
274 struct WeightConvert<SignedLogWeight, Log64Weight> { struct in namespace:fst
283 struct WeightConvert<SignedLog64Weight, Log64Weight> { struct in namespace:fst
293 struct WeightConvert<TropicalWeight, SignedLogWeight> { struct in namespace:fst
302 struct WeightConvert<LogWeight, SignedLogWeight> { struct in namespace:fst
311 struct WeightConvert<Log64Weigh struct in namespace:fst
320 struct WeightConvert<SignedLog64Weight, SignedLogWeight> { struct in namespace:fst
330 struct WeightConvert<TropicalWeight, SignedLog64Weight> { struct in namespace:fst
339 struct WeightConvert<LogWeight, SignedLog64Weight> { struct in namespace:fst
348 struct WeightConvert<Log64Weight, SignedLog64Weight> { struct in namespace:fst
357 struct WeightConvert<SignedLogWeight, SignedLog64Weight> { struct in namespace:fst
[all...]
H A Dfloat-weight.h568 struct WeightConvert<LogWeight, TropicalWeight> { struct in namespace:fst
573 struct WeightConvert<Log64Weight, TropicalWeight> { struct in namespace:fst
579 struct WeightConvert<TropicalWeight, LogWeight> { struct in namespace:fst
584 struct WeightConvert<Log64Weight, LogWeight> { struct in namespace:fst
590 struct WeightConvert<TropicalWeight, Log64Weight> { struct in namespace:fst
595 struct WeightConvert<LogWeight, Log64Weight> { struct in namespace:fst
H A Daccumulator.h78 // assuming an arc weight has a WeightConvert specialization to
123 WeightConvert<Weight, Log64Weight> to_log_weight_;
124 WeightConvert<Log64Weight, Weight> to_weight_;
158 // assuming an arc weight has a WeightConvert specialization to and
326 WeightConvert<Weight, Log64Weight> to_log_weight_;
327 WeightConvert<Log64Weight, Weight> to_weight_;
424 // has a WeightConvert specialization to and from log64 weights. It
581 WeightConvert<Weight, Log64Weight> to_log_weight_;
582 WeightConvert<Log64Weight, Weight> to_weight_;
H A Drandgen.h100 WeightConvert<Weight, Log64Weight> to_log_weight_;
135 WeightConvert<Weight, Log64Weight> to_log_weight_;
499 WeightConvert<Log64Weight, Weight> to_weight_;
H A Darc-map.h727 // WeightConvert class specialization that converts the weights.
750 WeightConvert<FromWeight, ToWeight> convert_weight_;

Completed in 1084 milliseconds