HomeSort by relevance Sort by last modified time
    Searched refs:arc_filter_type (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/script/
info-impl.h 54 const string &arc_filter_type = "any",
66 properties_(0), arc_filter_type_(arc_filter_type), long_info_(true) {
115 if (arc_filter_type == "any") {
117 } else if (arc_filter_type == "epsilon") {
119 } else if (arc_filter_type == "iepsilon") {
121 } else if (arc_filter_type == "oepsilon") {
124 FSTERROR() << "Bad arc filter type: " << arc_filter_type;
139 if (arc_filter_type == "any") {
141 } else if (arc_filter_type == "epsilon") {
143 } else if (arc_filter_type == "iepsilon")
    [all...]
shortest-distance.h 40 const ArcFilterType arc_filter_type; member in struct:fst::script::ShortestDistanceOptions
47 : queue_type(qt), arc_filter_type(aft), source(s), delta(d),
108 switch (opts.arc_filter_type) {

Completed in 47 milliseconds