Searched refs:SignedLogWeight (Results 1 - 2 of 2) 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...]
H A Darc.h70 typedef ArcTpl<SignedLogWeight> SignedLogArc;

Completed in 448 milliseconds