OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FactorWeightOptions
(Results
1 - 4
of
4
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
factor-weight.h
35
struct
FactorWeightOptions
: CacheOptions {
39
FactorWeightOptions
(const CacheOptions &opts, float d, bool of)
42
explicit
FactorWeightOptions
(float d, bool of = false)
45
FactorWeightOptions
(bool of = false)
162
FactorWeightFstImpl(const Fst<A> &fst, const
FactorWeightOptions
&opts)
350
: impl_(new FactorWeightFstImpl<A, F>(fst,
FactorWeightOptions
())) {}
352
FactorWeightFst(const Fst<A> &fst, const
FactorWeightOptions
&opts)
determinize.h
638
FactorWeightOptions
fopts(CacheOptions(true, 0), opts.delta, true);
/external/openfst/src/include/fst/
factor-weight.h
44
struct
FactorWeightOptions
: CacheOptions {
51
FactorWeightOptions
(const CacheOptions &opts, float d,
57
explicit
FactorWeightOptions
(
62
FactorWeightOptions
(uint32 m = kFactorArcWeights | kFactorFinalWeights,
183
FactorWeightFstImpl(const Fst<A> &fst, const
FactorWeightOptions
<A> &opts)
411
: ImplToFst<Impl>(new Impl(fst,
FactorWeightOptions
<A>())) {}
413
FactorWeightFst(const Fst<A> &fst, const
FactorWeightOptions
<A> &opts)
determinize.h
894
FactorWeightOptions
<ToArc> fopts(CacheOptions(true, 0), delta_,
[
all
...]
Completed in 356 milliseconds