Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dreplace-util.h182 NonTerminalHash nonterminal_hash_; // non-terminal to Fst ID variable
205 nonterminal_hash_[label] = fst_array_.size(); in ReplaceUtil()
210 root_fst_ = nonterminal_hash_[root_label_]; in ReplaceUtil()
228 nonterminal_hash_[label] = fst_array_.size(); in ReplaceUtil()
232 root_fst_ = nonterminal_hash_[root_label]; in ReplaceUtil()
245 nonterminal_hash_(nonterminal_hash), in ReplaceUtil()
298 nonterminal_hash_.find(arc.olabel); in GetDependencies()
299 if (it != nonterminal_hash_.end()) { in GetDependencies()
Dreplace.h374 nonterminal_hash_[label] = fst_array_.size(); in ReplaceFstImpl()
398 Label nonterminal = nonterminal_hash_[opts.root]; in ReplaceFstImpl()
440 nonterminal_hash_(impl.nonterminal_hash_), in ReplaceFstImpl()
469 ReplaceUtil<A> replace_util(fst_array_, nonterminal_hash_, root_); in CyclicDependencies()
541 nonterminal_hash_.find(l); in IsNonTerminal()
542 return it != nonterminal_hash_.end(); in IsNonTerminal()
737 nonterminal_hash_.find(arc.olabel);
738 if (it != nonterminal_hash_.end()) { // recurse into non terminal
905 NonTerminalHash nonterminal_hash_; variable