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

  /external/openfst/src/include/fst/
signed-log-weight.h 218 typedef SignedLogWeightTpl<double> SignedLog64Weight;
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...]
arc.h 70 typedef ArcTpl<SignedLog64Weight> SignedLog64Arc;

Completed in 141 milliseconds