Home
last modified time | relevance | path

Searched refs:AUTO_QUEUE (Results 1 – 8 of 8) sorted by relevance

/external/openfst/src/bin/
Dfstshortestdistance.cc61 qt = fst::AUTO_QUEUE; in main()
77 if (FLAGS_reverse && qt != fst::AUTO_QUEUE) { in main()
Dfstrmepsilon.cc64 qt = fst::AUTO_QUEUE; in main()
Dfstshortestpath.cc67 qt = fst::AUTO_QUEUE; in main()
/external/openfst/src/include/fst/script/
Drmepsilon.h49 RmEpsilonOptions(QueueType qt = AUTO_QUEUE, float d = kDelta, bool c = true,
75 case AUTO_QUEUE: { in RmEpsilonHelper()
Dshortest-path.h70 case AUTO_QUEUE: { in ShortestPath()
Dshortest-distance.h173 case AUTO_QUEUE:
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dqueue.h64 AUTO_QUEUE = 7, // Auto-selected queue enumerator
506 ArcFilter filter) : QueueBase<S>(AUTO_QUEUE) { in AutoQueue()
/external/openfst/src/include/fst/
Dqueue.h68 AUTO_QUEUE = 7, // Auto-selected queue enumerator
544 ArcFilter filter) : QueueBase<S>(AUTO_QUEUE) { in AutoQueue()