Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Drelabel.h138 const SymbolTable* old_osymbols, in Relabel() argument
158 if (old_osymbols && new_osymbols) { in Relabel()
159 for (SymbolTableIterator syms_iter(*old_osymbols); !syms_iter.Done(); in Relabel()
242 const SymbolTable* old_osymbols, in RelabelFstImpl() argument
252 SetOutputSymbols(old_osymbols); in RelabelFstImpl()
264 if (old_osymbols && new_osymbols && in RelabelFstImpl()
265 old_osymbols->LabeledCheckSum() != new_osymbols->LabeledCheckSum()) { in RelabelFstImpl()
266 for (SymbolTableIterator syms_iter(*old_osymbols); !syms_iter.Done(); in RelabelFstImpl()
426 const SymbolTable* old_osymbols, in RelabelFst() argument
428 : ImplToFst<Impl>(new Impl(fst, old_isymbols, new_isymbols, old_osymbols, in RelabelFst()
[all …]
/external/openfst/src/bin/
Dfstrelabel.cc87 const SymbolTable* old_osymbols = FLAGS_osymbols.empty() in main() local
96 old_osymbols, relabel_osymbols, attach_new_osymbols); in main()