Home
last modified time | relevance | path

Searched refs:path_gc (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
Dpdtscript.h190 bool path_gc; member
194 : queue_type(qt), keep_parentheses(kp), path_gc(gc) {} in queue_type()
225 opts.path_gc); in PdtShortestPath()
232 opts.path_gc); in PdtShortestPath()
239 opts.path_gc); in PdtShortestPath()
Dshortest-path.h43 bool path_gc; member
46 : keep_parentheses(kp), path_gc(gc) {} in keep_parentheses()
400 sp_data_(opts.path_gc), in PdtShortestPath()
/external/openfst/src/extensions/pdt/
Dpdtshortestpath.cc30 DEFINE_bool(path_gc, true, "Garbage collect shortest path data");