Home
last modified time | relevance | path

Searched refs:SignedLog64Weight (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Dsigned-log-weight.h218 typedef SignedLogWeightTpl<double> SignedLog64Weight; typedef
245 struct WeightConvert<SignedLog64Weight, TropicalWeight> {
246 TropicalWeight operator()(SignedLog64Weight w) const {
247 if (!SignedLogConvertCheck<SignedLog64Weight, TropicalWeight>(w))
264 struct WeightConvert<SignedLog64Weight, LogWeight> {
265 LogWeight operator()(SignedLog64Weight w) const {
266 if (!SignedLogConvertCheck<SignedLog64Weight, LogWeight>(w))
283 struct WeightConvert<SignedLog64Weight, Log64Weight> {
284 Log64Weight operator()(SignedLog64Weight w) const {
285 if (!SignedLogConvertCheck<SignedLog64Weight, Log64Weight>(w))
[all …]
Darc.h71 typedef ArcTpl<SignedLog64Weight> SignedLog64Arc;