HomeSort by relevance Sort by last modified time
    Searched full:filterstate2 (Results 1 - 1 of 1) sorted by null

  /external/openfst/src/include/fst/
lookahead-filter.h 338 typedef WeightFilterState<typename Arc::Weight> FilterState2;
339 typedef PairFilterState<FilterState1, FilterState2> FilterState;
357 return FilterState(filter_.Start(), FilterState2(Weight::One()));
371 return FilterState(f1, FilterState2(Weight::One()));
375 const FilterState2 &f2 = f_.GetState2();
379 return FilterState(f1, FilterState2(lweight));
387 const FilterState2 &f2 = f_.GetState2();
436 typedef IntegerFilterState<typename Arc::Label> FilterState2;
437 typedef PairFilterState<FilterState1, FilterState2> FilterState;
471 return FilterState(filter_.Start(), FilterState2(kNoLabel))
    [all...]

Completed in 647 milliseconds