Home
last modified time | relevance | path

Searched refs:REWEIGHT_TO_INITIAL (Results 1 – 8 of 8) sorted by relevance

/external/openfst/src/include/fst/
Dreweight.h32 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()
Dpush.h103 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);
Dequivalent.h163 Push(&efst1, REWEIGHT_TO_INITIAL, delta);
164 Push(&efst2, REWEIGHT_TO_INITIAL, delta);
Dminimize.h547 Push(&gfst, REWEIGHT_TO_INITIAL, delta);
571 Push(fst, REWEIGHT_TO_INITIAL, delta);
/external/openfst/src/include/fst/script/
Dpush.h37 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/
Dfstreweight.cc57 fst::REWEIGHT_TO_INITIAL; in main()
Dfstpush.cc71 s::Push(*ifst, &ofst, flags, fst::REWEIGHT_TO_INITIAL, FLAGS_delta); in main()
/external/openfst/src/test/
Dalgo_test.h683 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()