Home
last modified time | relevance | path

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

12

/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()
465 const CacheOptions &opts = CacheOptions())
538 const CacheOptions &opts) { in CreateBase()
650 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() argument
127 explicit CacheBaseImpl(const CacheOptions &opts, C *allocator = 0)
519 explicit CacheImpl(const CacheOptions &opts) in CacheImpl()
Ddeterminize.h113 struct DeterminizeFstOptions : CacheOptions {
119 explicit DeterminizeFstOptions(const CacheOptions &opts,
122 : CacheOptions(opts), delta(del), subsequential_label(lab) {} in CacheOptions() function
761 CacheOptions copts(GetCacheGc(), GetCacheLimit()); in Init()
766 FactorWeightOptions<ToArc> fopts(CacheOptions(true, 0), delta_, in Init()
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.h45 struct FactorWeightOptions : CacheOptions {
52 FactorWeightOptions(const CacheOptions &opts, float d,
55 : CacheOptions(opts), delta(d), mode(m), final_ilabel(il), in CacheOptions() function
Drmepsilon.h368 struct RmEpsilonFstOptions : CacheOptions {
371 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta)
372 : CacheOptions(opts), delta(delta) {} in CacheOptions() function
Dcompact-fst.h42 struct CompactFstOptions : public CacheOptions {
46 CompactFstOptions() : CacheOptions(true, 0) {} in CompactFstOptions()
47 CompactFstOptions(const CacheOptions &opts) : CacheOptions(opts) {} in CompactFstOptions()
700 : CacheImpl<A>(CacheOptions(impl.GetCacheGc(), impl.GetCacheLimit())), in CompactFstImpl()
Darcsort.h102 typedef CacheOptions ArcSortFstOptions;
Darc-map.h298 struct ArcMapFstOptions : public CacheOptions {
302 ArcMapFstOptions() : CacheOptions(true, 0) {} in ArcMapFstOptions()
303 ArcMapFstOptions(const CacheOptions& opts) : CacheOptions(opts) {} in ArcMapFstOptions()
Dreplace.h270 struct ReplaceFstOptions : CacheOptions {
276 ReplaceFstOptions(const CacheOptions &opts, int64 r) in ReplaceFstOptions()
277 : CacheOptions(opts), in ReplaceFstOptions()
Drational.h37 typedef CacheOptions RationalFstOptions;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcache.h32 struct CacheOptions { struct
37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} in CacheOptions() function
38 CacheOptions() in CacheOptions() argument
78 explicit CacheBaseImpl(const CacheOptions &opts) in CacheBaseImpl()
377 explicit CacheImpl(const CacheOptions &opts) in CacheImpl()
Ddeterminize.h104 struct DeterminizeFstOptions : CacheOptions {
107 explicit DeterminizeFstOptions(const CacheOptions &opts, float del = kDelta)
108 : CacheOptions(opts), delta(del) {} in CacheOptions() function
135 DeterminizeFstImplBase(const Fst<A> &fst, const CacheOptions &opts) in DeterminizeFstImplBase()
638 FactorWeightOptions fopts(CacheOptions(true, 0), opts.delta, true); in DeterminizeFstImpl()
Dcompose.h78 struct ComposeFstOptions : public CacheOptions {
79 explicit ComposeFstOptions(const CacheOptions &opts) : CacheOptions(opts) {} in ComposeFstOptions()
107 const CacheOptions &opts) in ComposeFstImplBase()
346 const CacheOptions &opts) in ComposeFstImpl()
Dfactor-weight.h35 struct FactorWeightOptions : CacheOptions {
39 FactorWeightOptions(const CacheOptions &opts, float d, bool of) in FactorWeightOptions()
40 : CacheOptions(opts), delta(d), final_only(of) {} in FactorWeightOptions()
Drmepsilon.h302 struct RmEpsilonFstOptions : CacheOptions {
305 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta)
306 : CacheOptions(opts), delta(delta) {} in CacheOptions() function
Dreplace.h36 struct ReplaceFstOptions : CacheOptions {
40 ReplaceFstOptions(const CacheOptions &opts, int64 r) in ReplaceFstOptions()
41 : CacheOptions(opts), root(r), epsilon_on_replace(false) {} in ReplaceFstOptions()
Dmap.h236 struct MapFstOptions : public CacheOptions {
240 MapFstOptions() : CacheOptions(true, 0) {} in MapFstOptions()
241 MapFstOptions(const CacheOptions& opts) : CacheOptions(opts) {} in MapFstOptions()
Darcsort.h67 typedef CacheOptions ArcSortFstOptions;
Drational.h30 typedef CacheOptions RationalFstOptions;
Dsynchronize.h33 typedef CacheOptions SynchronizeFstOptions;
Drelabel.h133 typedef CacheOptions RelabelFstOptions;
/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())

12