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

/external/openfst/src/include/fst/
H A Dcompose-filter.h88 class WeightFilterState { class in namespace:fst
90 WeightFilterState() : weight_(W::Zero()) {} function in class:fst::WeightFilterState
91 explicit WeightFilterState(W w) : weight_(w) {} function in class:fst::WeightFilterState
93 static const WeightFilterState NoState() { return WeightFilterState(); }
97 bool operator==(const WeightFilterState &f) const {
101 bool operator!=(const WeightFilterState &f) const {
H A Dlookahead-filter.h338 typedef WeightFilterState<typename Arc::Weight> FilterState2;

Completed in 62 milliseconds