Searched refs:queue_type (Results 1 – 9 of 9) sorted by relevance
/external/openfst/src/include/fst/script/ |
D | shortest-distance.h | 39 const QueueType queue_type; member 47 : queue_type(qt), arc_filter_type(aft), source(s), delta(d), in ShortestDistanceOptions() 169 switch (opts.queue_type) { 171 FSTERROR() << "Unknown queue type." << opts.queue_type;
|
D | rmepsilon.h | 74 switch (opts.queue_type) { in RmEpsilonHelper() 125 FSTERROR() << "Unknown or unsupported queue type: " << opts.queue_type; in RmEpsilonHelper()
|
D | shortest-path.h | 69 switch (opts.queue_type) { in ShortestPath() 143 FSTERROR() << "Unknown queue type: " << opts.queue_type; in ShortestPath()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | pdtscript.h | 188 QueueType queue_type; member 194 : queue_type(qt), keep_parentheses(kp), path_gc(gc) {} in queue_type() function 219 switch (opts.queue_type) { in PdtShortestPath() 221 FSTERROR() << "Unknown queue type: " << opts.queue_type; in PdtShortestPath()
|
/external/openfst/src/extensions/pdt/ |
D | pdtshortestpath.cc | 28 DEFINE_string(queue_type, "fifo", "Queue type: one of: "
|
/external/openfst/src/bin/ |
D | fstshortestdistance.cc | 32 DEFINE_string(queue_type, "auto", "Queue type: one of: \"auto\", "
|
D | fstrmepsilon.cc | 30 DEFINE_string(queue_type, "auto", "Queue type: one of: \"auto\", "
|
D | fstshortestpath.cc | 29 DEFINE_string(queue_type, "auto", "Queue type: one of \"auto\", "
|
/external/openfst/src/include/fst/ |
D | queue.h | 690 vector<QueueType> *queue_type, in SccQueueType() argument 700 for (StateId i = 0; i < queue_type->size(); ++i) in SccQueueType() 701 (*queue_type)[i] = TRIVIAL_QUEUE; in SccQueueType() 711 QueueType &type = (*queue_type)[scc[state]]; in SccQueueType()
|