/external/openfst/src/include/fst/script/ |
shortest-distance.h | 43 const bool first_path; member in struct:fst::script::ShortestDistanceOptions 48 first_path(false) { }
|
shortest-path.h | 37 const bool first_path; member in struct:fst::script::ShortestPathOptions 47 nshortest(n), unique(u), has_distance(hasdist), first_path(fp), 76 opts.has_distance, opts.delta, opts.first_path, 88 opts.has_distance, opts.delta, opts.first_path, 100 opts.has_distance, opts.delta, opts.first_path, 112 opts.has_distance, opts.delta, opts.first_path, 124 opts.has_distance, opts.delta, opts.first_path, 136 opts.has_distance, opts.delta, opts.first_path, 180 bool first_path = false,
|
/external/openfst/src/include/fst/ |
shortest-distance.h | 46 bool first_path; // For a semiring with the path property (o.w. member in struct:fst::ShortestDistanceOptions 59 first_path(false) {} 84 first_path_(opts.first_path), retain_(retain), source_id_(0), 131 FSTERROR() << "ShortestDistance: first_path option disallowed when "
|
shortest-path.h | 48 bool first_path; // Single shortest path stops after finding the first member in struct:fst::ShortestPathOptions 61 nshortest(n), unique(u), has_distance(hasdist), first_path(fp), 152 if (opts.first_path) 486 bool first_path = false, 494 kDelta, first_path, weight_threshold,
|