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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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 ?
  /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 :

Completed in 46 milliseconds