Searched refs:first_path (Results 1 – 5 of 5) sorted by relevance
/external/openfst/src/include/fst/script/ |
D | shortest-path.h | 37 const bool first_path; member 47 nshortest(n), unique(u), has_distance(hasdist), first_path(fp), in ShortestDistanceOptions() 76 opts.has_distance, opts.delta, opts.first_path, in ShortestPath() 88 opts.has_distance, opts.delta, opts.first_path, in ShortestPath() 100 opts.has_distance, opts.delta, opts.first_path, in ShortestPath() 112 opts.has_distance, opts.delta, opts.first_path, in ShortestPath() 124 opts.has_distance, opts.delta, opts.first_path, in ShortestPath() 136 opts.has_distance, opts.delta, opts.first_path, in ShortestPath() 180 bool first_path = false,
|
D | shortest-distance.h | 43 const bool first_path; member 48 first_path(false) { } in ShortestDistanceOptions()
|
/external/openfst/src/script/ |
D | shortest-path.cc | 34 size_t n, bool unique, bool first_path, in ShortestPath() argument 38 ShortestPathArgs2 args(ifst, ofst, n, unique, first_path, weight_threshold, in ShortestPath()
|
/external/openfst/src/include/fst/ |
D | shortest-path.h | 48 bool first_path; // Single shortest path stops after finding the first member 61 nshortest(n), unique(u), has_distance(hasdist), first_path(fp), 152 if (opts.first_path) in SingleShortestPath() 486 bool first_path = false, 494 kDelta, first_path, weight_threshold,
|
D | shortest-distance.h | 46 bool first_path; // For a semiring with the path property (o.w. member 59 first_path(false) {} in state_queue() 84 first_path_(opts.first_path), retain_(retain), source_id_(0), in ShortestDistanceState()
|