Home
last modified time | relevance | path

Searched refs:queue_type (Results 1 – 9 of 9) sorted by relevance

/external/openfst/src/include/fst/script/
Dshortest-distance.h39 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;
Drmepsilon.h74 switch (opts.queue_type) { in RmEpsilonHelper()
125 FSTERROR() << "Unknown or unsupported queue type: " << opts.queue_type; in RmEpsilonHelper()
Dshortest-path.h69 switch (opts.queue_type) { in ShortestPath()
143 FSTERROR() << "Unknown queue type: " << opts.queue_type; in ShortestPath()
/external/openfst/src/include/fst/extensions/pdt/
Dpdtscript.h188 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/
Dpdtshortestpath.cc28 DEFINE_string(queue_type, "fifo", "Queue type: one of: "
/external/openfst/src/bin/
Dfstshortestdistance.cc32 DEFINE_string(queue_type, "auto", "Queue type: one of: \"auto\", "
Dfstrmepsilon.cc30 DEFINE_string(queue_type, "auto", "Queue type: one of: \"auto\", "
Dfstshortestpath.cc29 DEFINE_string(queue_type, "auto", "Queue type: one of \"auto\", "
/external/openfst/src/include/fst/
Dqueue.h690 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()