Searched defs:dopts (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Ddifference.h170 DifferenceFstOptions<Arc> dopts; local
171 dopts.gc_limit = 0; // Cache only the last state for fastest copy.
172 *ofst = DifferenceFst<Arc>(ifst1, ifst2, dopts);
174 DifferenceFstOptions<Arc, M, AltSequenceComposeFilter<M> > dopts; local
175 dopts.gc_limit = 0; // Cache only the last state for fastest copy.
176 *ofst = DifferenceFst<Arc>(ifst1, ifst2, dopts);
178 DifferenceFstOptions<Arc, M, MatchComposeFilter<M> > dopts; local
179 dopts.gc_limit = 0; // Cache only the last state for fastest copy.
180 *ofst = DifferenceFst<Arc>(ifst1, ifst2, dopts);

Completed in 105 milliseconds