Searched refs:PdtShortestPathOptions (Results 1 – 5 of 5) sorted by relevance
/external/openfst/src/include/fst/extensions/pdt/ |
D | pdtscript.h | 187 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());
|
D | shortest-path.h | 41 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()
|
D | expand.h | 364 PdtShortestPathOptions<A, FifoQueue<StateId> >(true, false));
|
/external/openfst/src/extensions/pdt/ |
D | pdtshortestpath.cc | 76 s::PdtShortestPathOptions opts(qt, FLAGS_keep_parentheses, FLAGS_path_gc); in main()
|
D | pdtscript.cc | 95 const PdtShortestPathOptions &opts) { in PdtShortestPath()
|