OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CacheOptions
(Results
1 - 11
of
11
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h
32
struct
CacheOptions
{
37
CacheOptions
(bool g, size_t l) : gc(g), gc_limit(l) {}
38
CacheOptions
()
78
explicit CacheBaseImpl(const
CacheOptions
&opts)
377
explicit CacheImpl(const
CacheOptions
&opts)
determinize.h
104
struct DeterminizeFstOptions :
CacheOptions
{
107
explicit DeterminizeFstOptions(const
CacheOptions
&opts, float del = kDelta)
108
:
CacheOptions
(opts), delta(del) {}
135
DeterminizeFstImplBase(const Fst<A> &fst, const
CacheOptions
&opts)
638
FactorWeightOptions fopts(
CacheOptions
(true, 0), opts.delta, true);
factor-weight.h
35
struct FactorWeightOptions :
CacheOptions
{
39
FactorWeightOptions(const
CacheOptions
&opts, float d, bool of)
40
:
CacheOptions
(opts), delta(d), final_only(of) {}
compose.h
78
struct ComposeFstOptions : public
CacheOptions
{
79
explicit ComposeFstOptions(const
CacheOptions
&opts) :
CacheOptions
(opts) {}
107
const
CacheOptions
&opts)
346
const
CacheOptions
&opts)
[
all
...]
replace.h
36
struct ReplaceFstOptions :
CacheOptions
{
40
ReplaceFstOptions(const
CacheOptions
&opts, int64 r)
41
:
CacheOptions
(opts), root(r), epsilon_on_replace(false) {}
rmepsilon.h
302
struct RmEpsilonFstOptions :
CacheOptions
{
305
RmEpsilonFstOptions(const
CacheOptions
&opts, float delta = kDelta)
306
:
CacheOptions
(opts), delta(delta) {}
map.h
236
struct MapFstOptions : public
CacheOptions
{
240
MapFstOptions() :
CacheOptions
(true, 0) {}
241
MapFstOptions(const
CacheOptions
& opts) :
CacheOptions
(opts) {}
arcsort.h
67
typedef
CacheOptions
ArcSortFstOptions;
rational.h
30
typedef
CacheOptions
RationalFstOptions;
relabel.h
133
typedef
CacheOptions
RelabelFstOptions;
synchronize.h
33
typedef
CacheOptions
SynchronizeFstOptions;
Completed in 165 milliseconds