Home
last modified time | relevance | path

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

/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() argument
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;