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

  /external/openfst/src/include/fst/script/
push.h 34 if (args->arg2 == REWEIGHT_TO_FINAL) {
35 fst::Push(ofst, REWEIGHT_TO_FINAL, args->arg3, args->arg4);
50 if (args->arg4 == REWEIGHT_TO_FINAL) {
51 fst::Push<Arc, REWEIGHT_TO_FINAL>(ifst, ofst, args->arg3, args->arg5);
  /external/openfst/src/include/fst/
reweight.h 32 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL };
52 if (type == REWEIGHT_TO_FINAL && !(Weight::Properties() & kRightSemiring)) {
87 if (type == REWEIGHT_TO_FINAL)
95 if (type == REWEIGHT_TO_FINAL)
102 if (type == REWEIGHT_TO_FINAL)
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/
fstreweight.cc 56 fst::REWEIGHT_TO_FINAL :
fstpush.cc 69 s::Push(*ifst, &ofst, flags, fst::REWEIGHT_TO_FINAL, FLAGS_delta);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reweight.h 27 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL };
48 if (type == REWEIGHT_TO_FINAL && !(Weight::Properties() & kRightSemiring))
73 else if ((type == REWEIGHT_TO_FINAL)
83 else if (type == REWEIGHT_TO_FINAL)
  /external/openfst/src/test/
algo_test.h 686 Reweight(&RF, potential, REWEIGHT_TO_FINAL);
695 Push<Arc, REWEIGHT_TO_FINAL>(T, &P1, kPushLabels);
699 Push<Arc, REWEIGHT_TO_FINAL>(T, &P2, kPushWeights);
703 Push<Arc, REWEIGHT_TO_FINAL>(T, &P3, kPushLabels | kPushWeights);
    [all...]

Completed in 109 milliseconds