HomeSort by relevance Sort by last modified time
    Searched defs:REWEIGHT_TO_FINAL (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 };
48 if (type == REWEIGHT_TO_FINAL && !(Weight::Properties() & kRightSemiring))
73 else if ((type == REWEIGHT_TO_FINAL)
83 else if (type == REWEIGHT_TO_FINAL)
  /external/openfst/src/include/fst/
reweight.h 32 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL };
52 if (type == REWEIGHT_TO_FINAL && !(Weight::Properties() & kRightSemiring)) {
87 if (type == REWEIGHT_TO_FINAL)
95 if (type == REWEIGHT_TO_FINAL)
102 if (type == REWEIGHT_TO_FINAL)

Completed in 43 milliseconds