Searched refs:WeightConvert (Results 1 – 6 of 6) sorted by relevance
/external/openfst/src/include/fst/ |
D | signed-log-weight.h | 236 struct WeightConvert<SignedLogWeight, TropicalWeight> { 245 struct WeightConvert<SignedLog64Weight, TropicalWeight> { 255 struct WeightConvert<SignedLogWeight, LogWeight> { 264 struct WeightConvert<SignedLog64Weight, LogWeight> { 274 struct WeightConvert<SignedLogWeight, Log64Weight> { 283 struct WeightConvert<SignedLog64Weight, Log64Weight> { 293 struct WeightConvert<TropicalWeight, SignedLogWeight> { 302 struct WeightConvert<LogWeight, SignedLogWeight> { 311 struct WeightConvert<Log64Weight, SignedLogWeight> { 320 struct WeightConvert<SignedLog64Weight, SignedLogWeight> { [all …]
|
D | weight.h | 163 struct WeightConvert { struct 173 struct WeightConvert<W, W> {
|
D | float-weight.h | 568 struct WeightConvert<LogWeight, TropicalWeight> { 573 struct WeightConvert<Log64Weight, TropicalWeight> { 579 struct WeightConvert<TropicalWeight, LogWeight> { 584 struct WeightConvert<Log64Weight, LogWeight> { 590 struct WeightConvert<TropicalWeight, Log64Weight> { 595 struct WeightConvert<LogWeight, Log64Weight> {
|
D | accumulator.h | 123 WeightConvert<Weight, Log64Weight> to_log_weight_; 124 WeightConvert<Log64Weight, Weight> to_weight_; 326 WeightConvert<Weight, Log64Weight> to_log_weight_; 327 WeightConvert<Log64Weight, Weight> to_weight_; 581 WeightConvert<Weight, Log64Weight> to_log_weight_; 582 WeightConvert<Log64Weight, Weight> to_weight_;
|
D | randgen.h | 100 WeightConvert<Weight, Log64Weight> to_log_weight_; 135 WeightConvert<Weight, Log64Weight> to_log_weight_; 499 WeightConvert<Log64Weight, Weight> to_weight_;
|
D | arc-map.h | 750 WeightConvert<FromWeight, ToWeight> convert_weight_;
|