OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dopts
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/include/fst/
difference.h
170
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
);
shortest-path.h
460
DeterminizeFstOptions<ReverseArc>
dopts
(opts.delta);
461
DeterminizeFst<ReverseArc> dfst(rfst, distance, &ddistance,
dopts
);
determinize.h
889
DeterminizeFstOptions<ToArc, CommonDivisor>
dopts
(copts, delta_);
891
DeterminizeFst<ToArc> det_fsa(to_fst, 0, 0,
dopts
);
[
all
...]
Completed in 202 milliseconds