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

  /external/openfst/src/bin/
fstclosure.cc 25 DEFINE_bool(closure_plus, false,
50 FLAGS_closure_plus ? fst::CLOSURE_PLUS : fst::CLOSURE_STAR;
  /external/openfst/src/test/
algo_test.h 119 Closure(&C1, CLOSURE_PLUS);
120 ClosureFst<Arc> C2(T1, CLOSURE_PLUS);
267 Closure(&P, CLOSURE_PLUS);
281 Closure(&P, CLOSURE_PLUS);
291 ClosureFst<Arc> P(T1, CLOSURE_PLUS);
301 ClosureFst<Arc> P(T1, CLOSURE_PLUS);
    [all...]
  /external/openfst/src/include/fst/
rational.h 41 CLOSURE_PLUS = 1 }; // T+ -> don't add the empty string

Completed in 1276 milliseconds