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

  /external/openfst/src/include/fst/
properties.h 325 uint64 SetFinalProperties(uint64 inprops, Weight old_weight,
388 uint64 SetFinalProperties(uint64 inprops, Weight old_weight,
391 if (old_weight != Weight::Zero() && old_weight != Weight::One()) {
edit-fst.h 166 Weight old_weight = Final(s, wrapped); local
177 return old_weight;
515 Weight old_weight = data_->SetFinal(s, w, wrapped_); local
516 SetProperties(SetFinalProperties(FstImpl<A>::Properties(), old_weight, w));

Completed in 95 milliseconds