Home
last modified time | relevance | path

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

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