Searched refs:RemoveWeight (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dpush.h62 void RemoveWeight(MutableFst<Arc> *fst, typename Arc::Weight w, bool at_final) { function in namespace:fst::internal
110 internal::RemoveWeight(fst, total_weight, type == REWEIGHT_TO_FINAL);
161 internal::RemoveWeight(&gfst, total_weight, rtype == REWEIGHT_TO_FINAL);

Completed in 105 milliseconds