Searched refs:REWEIGHT_TO_FINAL (Results 1 – 6 of 6) sorted by relevance
/external/openfst/src/include/fst/script/ |
D | push.h | 34 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/ |
D | reweight.h | 32 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()
|
D | push.h | 110 internal::RemoveWeight(fst, total_weight, type == REWEIGHT_TO_FINAL); 161 internal::RemoveWeight(&gfst, total_weight, rtype == REWEIGHT_TO_FINAL);
|
/external/openfst/src/bin/ |
D | fstreweight.cc | 56 fst::REWEIGHT_TO_FINAL : in main()
|
D | fstpush.cc | 69 s::Push(*ifst, &ofst, flags, fst::REWEIGHT_TO_FINAL, FLAGS_delta); in main()
|
/external/openfst/src/test/ |
D | algo_test.h | 686 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()
|