Searched refs:iopts (Results 1 – 1 of 1) sorted by relevance
/external/openfst/src/include/fst/ |
D | intersect.h | 153 IntersectFstOptions<Arc> iopts; variable 154 iopts.gc_limit = 0; // Cache only the last state for fastest copy. 155 *ofst = IntersectFst<Arc>(ifst1, ifst2, iopts); 157 IntersectFstOptions<Arc, M, AltSequenceComposeFilter<M> > iopts; variable 158 iopts.gc_limit = 0; // Cache only the last state for fastest copy. 159 *ofst = IntersectFst<Arc>(ifst1, ifst2, iopts); 161 IntersectFstOptions<Arc, M, MatchComposeFilter<M> > iopts; variable 162 iopts.gc_limit = 0; // Cache only the last state for fastest copy. 163 *ofst = IntersectFst<Arc>(ifst1, ifst2, iopts);
|