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

/external/openfst/src/bin/
H A Dfstrelabel.cc78 bool attach_new_isymbols = (fst->InputSymbols() != 0); local
95 old_isymbols, relabel_isymbols, attach_new_isymbols,
/external/openfst/src/include/fst/
H A Drelabel.h137 bool attach_new_isymbols,
153 if (attach_new_isymbols)
134 Relabel(MutableFst<A> *fst, const SymbolTable* old_isymbols, const SymbolTable* new_isymbols, bool attach_new_isymbols, const SymbolTable* old_osymbols, const SymbolTable* new_osymbols, bool attach_new_osymbols) argument

Completed in 148 milliseconds