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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
push.h 43 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);
reweight.h 27 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL };
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 ?
equivalent.h 130 Push(&efst1, REWEIGHT_TO_INITIAL);
131 Push(&efst2, REWEIGHT_TO_INITIAL);
minimize.h 525 Push(&gfst, REWEIGHT_TO_INITIAL);
545 Push(fst, REWEIGHT_TO_INITIAL);
  /external/openfst/src/include/fst/
reweight.h 32 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL };
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 :
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);
equivalent.h 163 Push(&efst1, REWEIGHT_TO_INITIAL, delta);
164 Push(&efst2, REWEIGHT_TO_INITIAL, delta);
minimize.h 547 Push(&gfst, REWEIGHT_TO_INITIAL, delta);
571 Push(fst, REWEIGHT_TO_INITIAL, delta);
  /external/openfst/src/include/fst/script/
push.h 37 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/
fstreweight.cc 57 fst::REWEIGHT_TO_INITIAL;
fstpush.cc 71 s::Push(*ifst, &ofst, flags, fst::REWEIGHT_TO_INITIAL, FLAGS_delta);
  /external/openfst/src/test/
algo_test.h 683 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);
    [all...]

Completed in 1581 milliseconds