Searched refs:REWEIGHT_TO_INITIAL (Results 1 – 8 of 8) sorted by relevance
/external/openfst/src/include/fst/ |
D | reweight.h | 32 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL }; enumerator 60 if (type == REWEIGHT_TO_INITIAL && !(Weight::Properties() & kLeftSemiring)) { in Reweight() 84 if (type == REWEIGHT_TO_INITIAL) in Reweight() 92 if (type == REWEIGHT_TO_INITIAL) in Reweight() 115 if (type == REWEIGHT_TO_INITIAL) in Reweight() 123 if (type == REWEIGHT_TO_INITIAL) in Reweight() 131 Weight w = type == REWEIGHT_TO_INITIAL ? startweight : in Reweight()
|
D | push.h | 103 ShortestDistance(*fst, &distance, type == REWEIGHT_TO_INITIAL, delta); 107 type == REWEIGHT_TO_INITIAL); 133 const StringType stype = rtype == REWEIGHT_TO_INITIAL 140 ShortestDistance(gfst, &gdistance, rtype == REWEIGHT_TO_INITIAL, delta); 146 ShortestDistance(guwfst, &gdistance, rtype == REWEIGHT_TO_INITIAL, delta); 152 gfst, gdistance, rtype == REWEIGHT_TO_INITIAL);
|
D | equivalent.h | 163 Push(&efst1, REWEIGHT_TO_INITIAL, delta); 164 Push(&efst2, REWEIGHT_TO_INITIAL, delta);
|
D | minimize.h | 547 Push(&gfst, REWEIGHT_TO_INITIAL, delta); 571 Push(fst, REWEIGHT_TO_INITIAL, delta);
|
/external/openfst/src/include/fst/script/ |
D | push.h | 37 fst::Push(ofst, REWEIGHT_TO_INITIAL, args->arg3, args->arg4); in Push() 53 fst::Push<Arc, REWEIGHT_TO_INITIAL>(ifst, ofst, args->arg3, args->arg5); in Push()
|
/external/openfst/src/bin/ |
D | fstreweight.cc | 57 fst::REWEIGHT_TO_INITIAL; in main()
|
D | fstpush.cc | 71 s::Push(*ifst, &ofst, flags, fst::REWEIGHT_TO_INITIAL, FLAGS_delta); in main()
|
/external/openfst/src/test/ |
D | algo_test.h | 683 Reweight(&RI, potential, REWEIGHT_TO_INITIAL); in TestOptimize() 710 Push<Arc, REWEIGHT_TO_INITIAL>(T, &P1, kPushLabels); in TestOptimize() 714 Push<Arc, REWEIGHT_TO_INITIAL>(T, &P2, kPushWeights); in TestOptimize() 717 Push<Arc, REWEIGHT_TO_INITIAL>(T, &P3, kPushLabels | kPushWeights); in TestOptimize()
|