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

/external/openfst/src/include/fst/
H A Dpush.h59 // divided at the final states if 'at_final == true' and at the
62 void RemoveWeight(MutableFst<Arc> *fst, typename Arc::Weight w, bool at_final) { argument
66 if (at_final) {
73 } else { // at_final == false

Completed in 71 milliseconds