Home
last modified time | relevance | path

Searched refs:PdtShortestPathOptions (Results 1 – 5 of 5) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
Dpdtscript.h187 struct PdtShortestPathOptions { struct
192 PdtShortestPathOptions(QueueType qt = FIFO_QUEUE, argument
200 const PdtShortestPathOptions &> PdtShortestPathArgs; argument
210 const PdtShortestPathOptions &opts = args->arg4; in PdtShortestPath()
224 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses, in PdtShortestPath()
231 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses, in PdtShortestPath()
238 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses, in PdtShortestPath()
249 const PdtShortestPathOptions &opts =
250 PdtShortestPathOptions());
Dshortest-path.h41 struct PdtShortestPathOptions { struct
45 PdtShortestPathOptions(bool kp = false, bool gc = true) argument
394 const PdtShortestPathOptions<Arc, Queue> &opts) in PdtShortestPath()
780 const PdtShortestPathOptions<Arc, Queue> &opts) { in ShortestPath()
791 PdtShortestPathOptions<Arc, Queue> opts; in ShortestPath()
Dexpand.h364 PdtShortestPathOptions<A, FifoQueue<StateId> >(true, false));
/external/openfst/src/extensions/pdt/
Dpdtshortestpath.cc76 s::PdtShortestPathOptions opts(qt, FLAGS_keep_parentheses, FLAGS_path_gc); in main()
Dpdtscript.cc95 const PdtShortestPathOptions &opts) { in PdtShortestPath()