HomeSort by relevance Sort by last modified time
    Searched full:cacheoptions (Results 1 - 20 of 20) sorted by null

  /external/openfst/src/include/fst/
difference.h 40 explicit DifferenceFstOptions(const CacheOptions &opts,
73 const CacheOptions &opts = CacheOptions()) {
77 ComposeFstOptions<A, R> copts(CacheOptions(),
166 CacheOptions nopts;
intersect.h 39 explicit IntersectFstOptions(const CacheOptions &opts,
71 const CacheOptions opts = CacheOptions()) {
149 CacheOptions nopts;
compose.h 52 struct ComposeFstOptions : public CacheOptions {
58 explicit ComposeFstOptions(const CacheOptions &opts,
61 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
83 struct ComposeFstImplOptions : public CacheOptions {
89 explicit ComposeFstImplOptions(const CacheOptions &opts,
92 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
124 const CacheOptions &opts)
517 const CacheOptions &opts = CacheOptions())
590 const CacheOptions &opts)
    [all...]
cache.h 37 struct CacheOptions {
41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
42 CacheOptions()
131 explicit CacheBaseImpl(const CacheOptions &opts, C *allocator = 0)
640 explicit CacheImpl(const CacheOptions &opts)
factor-weight.h 44 struct FactorWeightOptions : CacheOptions {
51 FactorWeightOptions(const CacheOptions &opts, float d,
54 : CacheOptions(opts), delta(d), mode(m), final_ilabel(il),
randgen.h 309 struct RandGenFstOptions : public CacheOptions {
316 RandGenFstOptions(const CacheOptions &copts, S *samp,
318 : CacheOptions(copts),
689 RandGenFstOptions<Sampler> fopts(CacheOptions(true, 0), arc_sampler,
determinize.h 329 struct DeterminizeFstOptions : CacheOptions {
337 explicit DeterminizeFstOptions(const CacheOptions &opts,
341 : CacheOptions(opts), delta(del), subsequential_label(lab),
888 CacheOptions copts(GetCacheGc(), GetCacheLimit());
894 FactorWeightOptions<ToArc> fopts(CacheOptions(true, 0), delta_,
    [all...]
arc-map.h 298 struct ArcMapFstOptions : public CacheOptions {
302 ArcMapFstOptions() : CacheOptions(true, 0) {}
303 ArcMapFstOptions(const CacheOptions& opts) : CacheOptions(opts) {}
    [all...]
arcsort.h 102 typedef CacheOptions ArcSortFstOptions;
rmepsilon.h 367 struct RmEpsilonFstOptions : CacheOptions {
370 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta)
371 : CacheOptions(opts), delta(delta) {}
compact-fst.h 43 struct CompactFstOptions : public CacheOptions {
47 CompactFstOptions() : CacheOptions(true, 0) {}
48 CompactFstOptions(const CacheOptions &opts) : CacheOptions(opts) {}
711 : CacheImpl<A>(CacheOptions(impl.GetCacheGc(), impl.GetCacheLimit())),
    [all...]
rational.h 37 typedef CacheOptions RationalFstOptions;
replace.h 270 struct ReplaceFstOptions : CacheOptions {
276 ReplaceFstOptions(const CacheOptions &opts, int64 r)
277 : CacheOptions(opts),
    [all...]
relabel.h 175 typedef CacheOptions RelabelFstOptions;
synchronize.h 43 typedef CacheOptions SynchronizeFstOptions;
state-map.h 181 typedef CacheOptions StateMapFstOptions;
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 40 struct ExpandFstOptions : public CacheOptions {
46 const CacheOptions &opts = CacheOptions(),
50 : CacheOptions(opts), keep_parentheses(kp), stack(s), state_table(st) {}
353 const CacheOptions &opts = CacheOptions())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecapi.h     [all...]
wincodec.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 

Completed in 654 milliseconds