Searched refs:REWEIGHT_TO_INITIAL (Results 1 - 12 of 12) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dpush.h43 ShortestDistance(*fst, &distance, type == REWEIGHT_TO_INITIAL);
63 const StringType stype = rtype == REWEIGHT_TO_INITIAL
70 ShortestDistance(gfst, &gdistance, rtype == REWEIGHT_TO_INITIAL);
76 ShortestDistance(guwfst, &gdistance, rtype == REWEIGHT_TO_INITIAL);
H A Dreweight.h27 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL }; enumerator in enum:fst::ReweightType
53 if (type == REWEIGHT_TO_INITIAL && !(Weight::Properties() & kLeftSemiring))
69 if ((type == REWEIGHT_TO_INITIAL)
79 if ((type == REWEIGHT_TO_INITIAL)
95 if (type == REWEIGHT_TO_INITIAL)
103 if (type == REWEIGHT_TO_INITIAL)
112 Weight w = type == REWEIGHT_TO_INITIAL ?
H A Dequivalent.h130 Push(&efst1, REWEIGHT_TO_INITIAL);
131 Push(&efst2, REWEIGHT_TO_INITIAL);
H A Dminimize.h525 Push(&gfst, REWEIGHT_TO_INITIAL);
545 Push(fst, REWEIGHT_TO_INITIAL);
/external/openfst/src/include/fst/
H A Dreweight.h32 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL }; enumerator in enum:fst::ReweightType
60 if (type == REWEIGHT_TO_INITIAL && !(Weight::Properties() & kLeftSemiring)) {
84 if (type == REWEIGHT_TO_INITIAL)
92 if (type == REWEIGHT_TO_INITIAL)
115 if (type == REWEIGHT_TO_INITIAL)
123 if (type == REWEIGHT_TO_INITIAL)
131 Weight w = type == REWEIGHT_TO_INITIAL ? startweight :
H A 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);
H A Dequivalent.h163 Push(&efst1, REWEIGHT_TO_INITIAL, delta);
164 Push(&efst2, REWEIGHT_TO_INITIAL, delta);
H A Dminimize.h547 Push(&gfst, REWEIGHT_TO_INITIAL, delta);
571 Push(fst, REWEIGHT_TO_INITIAL, delta);
/external/openfst/src/include/fst/script/
H A Dpush.h37 fst::Push(ofst, REWEIGHT_TO_INITIAL, args->arg3, args->arg4);
53 fst::Push<Arc, REWEIGHT_TO_INITIAL>(ifst, ofst, args->arg3, args->arg5);
/external/openfst/src/bin/
H A Dfstreweight.cc57 fst::REWEIGHT_TO_INITIAL;
H A Dfstpush.cc71 s::Push(*ifst, &ofst, flags, fst::REWEIGHT_TO_INITIAL, FLAGS_delta);
/external/openfst/src/test/
H A Dalgo_test.h683 Reweight(&RI, potential, REWEIGHT_TO_INITIAL);
710 Push<Arc, REWEIGHT_TO_INITIAL>(T, &P1, kPushLabels);
714 Push<Arc, REWEIGHT_TO_INITIAL>(T, &P2, kPushWeights);
717 Push<Arc, REWEIGHT_TO_INITIAL>(T, &P3, kPushLabels | kPushWeights);

Completed in 850 milliseconds