Searched defs:PdtShortestPathOptions (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
H A Dpdtscript.h187 struct PdtShortestPathOptions { struct in namespace:fst::script
192 PdtShortestPathOptions(QueueType qt = FIFO_QUEUE, function in struct:fst::script::PdtShortestPathOptions
200 const PdtShortestPathOptions &> PdtShortestPathArgs;
210 const PdtShortestPathOptions &opts = args->arg4;
224 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses,
231 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses,
238 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses,
249 const PdtShortestPathOptions &opts =
250 PdtShortestPathOptions());
H A Dshortest-path.h41 struct PdtShortestPathOptions { struct in namespace:fst
45 PdtShortestPathOptions(bool kp = false, bool gc = true) function in struct:fst::PdtShortestPathOptions
394 const PdtShortestPathOptions<Arc, Queue> &opts)
780 const PdtShortestPathOptions<Arc, Queue> &opts) {
791 PdtShortestPathOptions<Arc, Queue> opts;
392 PdtShortestPath(const Fst<Arc> &ifst, const vector<pair<Label, Label> > &parens, const PdtShortestPathOptions<Arc, Queue> &opts) argument
776 ShortestPath(const Fst<Arc> &ifst, const vector<pair<typename Arc::Label, typename Arc::Label> > &parens, MutableFst<Arc> *ofst, const PdtShortestPathOptions<Arc, Queue> &opts) argument

Completed in 119 milliseconds