Searched refs:ArcFilterType (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dshortest-distance.h26 #include <fst/script/prune.h> // for ArcFilterType
33 enum ArcFilterType { ANY_ARC_FILTER, EPSILON_ARC_FILTER, enum in namespace:fst::script
40 const ArcFilterType arc_filter_type;
45 ShortestDistanceOptions(QueueType qt, ArcFilterType aft, int64 s,
H A Dinfo-impl.h179 const string& ArcFilterType() const { return arc_filter_type_; } function in class:fst::FstInfo
267 if (fstinfo.ArcFilterType() == "epsilon")
269 else if (fstinfo.ArcFilterType() == "iepsilon")
271 else if (fstinfo.ArcFilterType() == "oepsilon")

Completed in 59 milliseconds