Searched defs:RhoMatcher (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dmatcher.h389 // kNoLabel, this special matching is not done. RhoMatcher is
392 // constructed by RhoMatcher. The user can instead pass in this
393 // object; in that case, RhoMatcher takes its ownership.
395 class RhoMatcher : public MatcherBase<typename M::Arc> { class in namespace:fst
403 RhoMatcher(const FST &fst, function in class:fst::RhoMatcher
413 FSTERROR() << "RhoMatcher: bad match type";
418 FSTERROR() << "RhoMatcher: 0 cannot be used as rho_label";
431 RhoMatcher(const RhoMatcher<M> &matcher, bool safe = false) function in class:fst::RhoMatcher
438 virtual ~RhoMatcher() {
[all...]

Completed in 86 milliseconds