Searched refs:FilterFinal (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/include/fst/ |
D | compose-filter.h | 268 void FilterFinal(Weight *, Weight *) const {} in FilterFinal() function 353 void FilterFinal(Weight *, Weight *) const {} in FilterFinal() function 453 void FilterFinal(Weight *, Weight *) const {} in FilterFinal() function 521 void FilterFinal(Weight *w1, Weight *w2) const { in FilterFinal() function 522 return filter_.FilterFinal(w1, w2); in FilterFinal()
|
D | lookahead-filter.h | 259 void FilterFinal(Weight *weight1, Weight *weight2) const { in FilterFinal() function 260 filter_.FilterFinal(weight1, weight2); in FilterFinal() 382 void FilterFinal(Weight *weight1, Weight *weight2) const { in FilterFinal() function 383 filter_.FilterFinal(weight1, weight2); in FilterFinal() 516 void FilterFinal(Weight *weight1, Weight *weight2) const { in FilterFinal() function 517 filter_.FilterFinal(weight1, weight2); in FilterFinal()
|
D | compose.h | 366 filter_->FilterFinal(&final1, &final2); in ComputeFinal()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | compose.h | 377 void FilterFinal(Weight *w1, Weight *w2) const { in FilterFinal() function 380 filter_.FilterFinal(w1, w2); in FilterFinal()
|