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

  /external/openfst/src/include/fst/
label-reachable.h 322 aiter->SetFlags(aiter_input ? kArcILabelValue : kArcOLabelValue,
346 aiter->SetFlags(aiter_input ? kArcILabelValue : kArcOLabelValue,
512 aiter->SetFlags(aiter_input ? kArcILabelValue : kArcOLabelValue,
compact-fst.h 577 const A &arc = ComputeArc(s, i, kArcILabelValue);
609 s, i, output_epsilons ? kArcOLabelValue : kArcILabelValue);
    [all...]
fst.h 382 static const uint32 kArcILabelValue = 0x0001; // Value() gives valid ilabel
389 kArcILabelValue | kArcOLabelValue |
matcher.h 267 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue,
328 match_type_ == MATCH_INPUT ? kArcILabelValue : kArcOLabelValue,
    [all...]
replace.h 723 (flags == (flags & (kArcILabelValue | kArcWeightValue)))) {
    [all...]
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 880 if (flags_ & lazy_ & (kArcILabelValue | kArcOLabelValue)) {
883 lazy_ &= ~(kArcILabelValue | kArcOLabelValue);

Completed in 631 milliseconds