Home
last modified time | relevance | path

Searched refs:REWEIGHT_TO_FINAL (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/include/fst/script/
Dpush.h34 if (args->arg2 == REWEIGHT_TO_FINAL) { in Push()
35 fst::Push(ofst, REWEIGHT_TO_FINAL, args->arg3, args->arg4); in Push()
50 if (args->arg4 == REWEIGHT_TO_FINAL) { in Push()
51 fst::Push<Arc, REWEIGHT_TO_FINAL>(ifst, ofst, args->arg3, args->arg5); in Push()
/external/openfst/src/include/fst/
Dreweight.h32 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL }; enumerator
52 if (type == REWEIGHT_TO_FINAL && !(Weight::Properties() & kRightSemiring)) { in Reweight()
87 if (type == REWEIGHT_TO_FINAL) in Reweight()
95 if (type == REWEIGHT_TO_FINAL) in Reweight()
102 if (type == REWEIGHT_TO_FINAL) in Reweight()
Dpush.h110 internal::RemoveWeight(fst, total_weight, type == REWEIGHT_TO_FINAL);
161 internal::RemoveWeight(&gfst, total_weight, rtype == REWEIGHT_TO_FINAL);
/external/openfst/src/bin/
Dfstreweight.cc56 fst::REWEIGHT_TO_FINAL : in main()
Dfstpush.cc69 s::Push(*ifst, &ofst, flags, fst::REWEIGHT_TO_FINAL, FLAGS_delta); in main()
/external/openfst/src/test/
Dalgo_test.h686 Reweight(&RF, potential, REWEIGHT_TO_FINAL); in TestOptimize()
695 Push<Arc, REWEIGHT_TO_FINAL>(T, &P1, kPushLabels); in TestOptimize()
699 Push<Arc, REWEIGHT_TO_FINAL>(T, &P2, kPushWeights); in TestOptimize()
703 Push<Arc, REWEIGHT_TO_FINAL>(T, &P3, kPushLabels | kPushWeights); in TestOptimize()