HomeSort by relevance Sort by last modified time
    Searched refs:SignedLogWeight (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
signed-log-weight.h 216 typedef SignedLogWeightTpl<float> SignedLogWeight;
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, Log64Weight>(w)
    [all...]
arc.h 69 typedef ArcTpl<SignedLogWeight> SignedLogArc;

Completed in 385 milliseconds