Home
last modified time | relevance | path

Searched refs:CacheOptions (Results 1 – 17 of 17) sorted by relevance

/external/openfst/src/include/fst/
Ddifference.h40 explicit DifferenceFstOptions(const CacheOptions &opts,
73 const CacheOptions &opts = CacheOptions()) {
77 ComposeFstOptions<A, R> copts(CacheOptions(),
166 CacheOptions nopts;
Dintersect.h39 explicit IntersectFstOptions(const CacheOptions &opts,
71 const CacheOptions opts = CacheOptions()) {
149 CacheOptions nopts;
Dcompose.h52 struct ComposeFstOptions : public CacheOptions {
58 explicit ComposeFstOptions(const CacheOptions &opts,
61 : CacheOptions(opts), matcher1(mat1), matcher2(mat2), in CacheOptions() function
83 struct ComposeFstImplOptions : public CacheOptions {
89 explicit ComposeFstImplOptions(const CacheOptions &opts,
92 : CacheOptions(opts), matcher1(mat1), matcher2(mat2), in CacheOptions() function
124 const CacheOptions &opts) in ComposeFstImplBase()
517 const CacheOptions &opts = CacheOptions())
590 const CacheOptions &opts) { in CreateBase()
705 CacheOptions nopts;
Dcache.h37 struct CacheOptions { struct
41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} in CacheOptions() argument
42 CacheOptions() in CacheOptions() function
131 explicit CacheBaseImpl(const CacheOptions &opts, C *allocator = 0)
640 explicit CacheImpl(const CacheOptions &opts) in CacheImpl()
Drandgen.h309 struct RandGenFstOptions : public CacheOptions {
316 RandGenFstOptions(const CacheOptions &copts, S *samp,
318 : CacheOptions(copts), in CacheOptions() function
689 RandGenFstOptions<Sampler> fopts(CacheOptions(true, 0), arc_sampler, in RandGen()
Dfactor-weight.h44 struct FactorWeightOptions : CacheOptions {
51 FactorWeightOptions(const CacheOptions &opts, float d,
54 : CacheOptions(opts), delta(d), mode(m), final_ilabel(il), in CacheOptions() function
Ddeterminize.h329 struct DeterminizeFstOptions : CacheOptions {
337 explicit DeterminizeFstOptions(const CacheOptions &opts,
341 : CacheOptions(opts), delta(del), subsequential_label(lab), in CacheOptions() function
888 CacheOptions copts(GetCacheGc(), GetCacheLimit()); in Init()
894 FactorWeightOptions<ToArc> fopts(CacheOptions(true, 0), delta_, in Init()
Drmepsilon.h367 struct RmEpsilonFstOptions : CacheOptions {
370 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta)
371 : CacheOptions(opts), delta(delta) {} in CacheOptions() function
Dcompact-fst.h43 struct CompactFstOptions : public CacheOptions {
47 CompactFstOptions() : CacheOptions(true, 0) {} in CompactFstOptions()
48 CompactFstOptions(const CacheOptions &opts) : CacheOptions(opts) {} in CompactFstOptions()
711 : CacheImpl<A>(CacheOptions(impl.GetCacheGc(), impl.GetCacheLimit())), in CompactFstImpl()
Darc-map.h298 struct ArcMapFstOptions : public CacheOptions {
302 ArcMapFstOptions() : CacheOptions(true, 0) {} in ArcMapFstOptions()
303 ArcMapFstOptions(const CacheOptions& opts) : CacheOptions(opts) {} in ArcMapFstOptions()
Darcsort.h102 typedef CacheOptions ArcSortFstOptions;
Dreplace.h270 struct ReplaceFstOptions : CacheOptions {
276 ReplaceFstOptions(const CacheOptions &opts, int64 r) in ReplaceFstOptions()
277 : CacheOptions(opts), in ReplaceFstOptions()
Drational.h37 typedef CacheOptions RationalFstOptions;
Dsynchronize.h43 typedef CacheOptions SynchronizeFstOptions;
Drelabel.h175 typedef CacheOptions RelabelFstOptions;
Dstate-map.h181 typedef CacheOptions StateMapFstOptions;
/external/openfst/src/include/fst/extensions/pdt/
Dexpand.h40 struct ExpandFstOptions : public CacheOptions {
46 const CacheOptions &opts = CacheOptions(),
50 : CacheOptions(opts), keep_parentheses(kp), stack(s), state_table(st) {} in CacheOptions() function
353 const CacheOptions &opts = CacheOptions())