Searched defs:CacheOptions (Results 1 - 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
H A Ddifference.h40 explicit DifferenceFstOptions(const CacheOptions &opts,
73 const CacheOptions &opts = CacheOptions()) {
77 ComposeFstOptions<A, R> copts(CacheOptions(),
166 CacheOptions nopts;
72 DifferenceFst(const Fst<A> &fst1, const Fst<A> &fst2, const CacheOptions &opts = CacheOptions()) argument
H A Dintersect.h39 explicit IntersectFstOptions(const CacheOptions &opts,
71 const CacheOptions opts = CacheOptions()) {
149 CacheOptions nopts;
70 IntersectFst(const Fst<A> &fst1, const Fst<A> &fst2, const CacheOptions opts = CacheOptions()) argument
H A Dcache.h37 struct CacheOptions { struct in namespace:fst
41 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} function in struct:fst::CacheOptions
42 CacheOptions() function in struct:fst::CacheOptions
131 explicit CacheBaseImpl(const CacheOptions &opts, C *allocator = 0)
640 explicit CacheImpl(const CacheOptions &opts)
H A Dcompose.h52 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
516 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2, const CacheOptions &opts = CacheOptions()) argument
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h32 struct CacheOptions { struct in namespace:fst
37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} function in struct:fst::CacheOptions
38 CacheOptions() function in struct:fst::CacheOptions
78 explicit CacheBaseImpl(const CacheOptions &opts)
377 explicit CacheImpl(const CacheOptions &opts)
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h40 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())
45 ExpandFstOptions( const CacheOptions &opts = CacheOptions(), bool kp = false, PdtStack<typename Arc::StateId, typename Arc::Label> *s = 0, PdtStateTable<typename Arc::StateId, typename Arc::StateId> *st = 0) argument
350 PrunedExpand(const Fst<A> &ifst, const vector<pair<Label, Label> > &parens, bool keep_parentheses = false, const CacheOptions &opts = CacheOptions()) argument

Completed in 332 milliseconds