HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceUtil (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
replace-util.h 55 class ReplaceUtil {
65 // Constructs from mutable Fsts; Fst ownership given to ReplaceUtil.
66 ReplaceUtil(const vector<MutableFstPair> &fst_pairs,
70 ReplaceUtil(const vector<FstPair> &fst_pairs,
74 ReplaceUtil(const vector<const Fst<Arc> *> &fst_array,
78 ~ReplaceUtil() {
128 // Returns Label, Fst pairs; Fst ownership retained by ReplaceUtil.
188 DISALLOW_COPY_AND_ASSIGN(ReplaceUtil);
192 ReplaceUtil<Arc>::ReplaceUtil(
    [all...]
replace.h 469 ReplaceUtil<A> replace_util(fst_array_, nonterminal_hash_, root_);
    [all...]

Completed in 49 milliseconds