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

  /external/openfst/src/extensions/pdt/
pdtshortestpath.cc 28 DEFINE_string(queue_type, "fifo", "Queue type: one of: "
  /external/openfst/src/include/fst/script/
shortest-distance.h 39 const QueueType queue_type; member in struct:fst::script::ShortestDistanceOptions
47 : queue_type(qt), arc_filter_type(aft), source(s), delta(d),
168 // Must consider (opts.queue_type x opts.filter_type) options
169 switch (opts.queue_type) {
171 FSTERROR() << "Unknown queue type." << opts.queue_type;
rmepsilon.h 74 switch (opts.queue_type) {
125 FSTERROR() << "Unknown or unsupported queue type: " << opts.queue_type;
shortest-path.h 69 switch (opts.queue_type) {
143 FSTERROR() << "Unknown queue type: " << opts.queue_type;
  /external/openfst/src/bin/
fstrmepsilon.cc 30 DEFINE_string(queue_type, "auto", "Queue type: one of: \"auto\", "
fstshortestdistance.cc 32 DEFINE_string(queue_type, "auto", "Queue type: one of: \"auto\", "
fstshortestpath.cc 29 DEFINE_string(queue_type, "auto", "Queue type: one of \"auto\", "
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 188 QueueType queue_type; member in struct:fst::script::PdtShortestPathOptions
194 : queue_type(qt), keep_parentheses(kp), path_gc(gc) {}
219 switch (opts.queue_type) {
221 FSTERROR() << "Unknown queue type: " << opts.queue_type;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 648 vector<QueueType> *queue_type,
658 for (StateId i = 0; i < (StateId)queue_type->size(); ++i)
659 (*queue_type)[i] = TRIVIAL_QUEUE;
669 QueueType &type = (*queue_type)[scc[state]];
  /external/openfst/src/include/fst/
queue.h 690 vector<QueueType> *queue_type,
700 for (StateId i = 0; i < queue_type->size(); ++i)
701 (*queue_type)[i] = TRIVIAL_QUEUE;
711 QueueType &type = (*queue_type)[scc[state]];

Completed in 288 milliseconds