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

  /external/openfst/src/bin/
fstshortestdistance.cc 61 qt = fst::AUTO_QUEUE;
77 if (FLAGS_reverse && qt != fst::AUTO_QUEUE) {
fstrmepsilon.cc 64 qt = fst::AUTO_QUEUE;
fstshortestpath.cc 67 qt = fst::AUTO_QUEUE;
  /external/openfst/src/include/fst/script/
rmepsilon.h 49 RmEpsilonOptions(QueueType qt = AUTO_QUEUE, float d = kDelta, bool c = true,
75 case AUTO_QUEUE: {
shortest-distance.h 173 case AUTO_QUEUE:
shortest-path.h 70 case AUTO_QUEUE: {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 64 AUTO_QUEUE = 7, // Auto-selected queue
506 ArcFilter filter) : QueueBase<S>(AUTO_QUEUE) {
  /external/openfst/src/include/fst/
queue.h 68 AUTO_QUEUE = 7, // Auto-selected queue
544 ArcFilter filter) : QueueBase<S>(AUTO_QUEUE) {

Completed in 80 milliseconds