Searched defs:SignedLogWeight (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dsigned-log-weight.h216 typedef SignedLogWeightTpl<float> SignedLogWeight; typedef in namespace:fst
236 struct WeightConvert<SignedLogWeight, TropicalWeight> {
237 TropicalWeight operator()(SignedLogWeight w) const {
238 if (!SignedLogConvertCheck<SignedLogWeight, TropicalWeight>(w))
255 struct WeightConvert<SignedLogWeight, LogWeight> {
256 LogWeight operator()(SignedLogWeight w) const {
257 if (!SignedLogConvertCheck<SignedLogWeight, LogWeight>(w))
274 struct WeightConvert<SignedLogWeight, Log64Weight> {
275 Log64Weight operator()(SignedLogWeight w) const {
276 if (!SignedLogConvertCheck<SignedLogWeight, Log64Weigh
[all...]

Completed in 243 milliseconds