Searched defs:FactorWeightOptions (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dfactor-weight.h44 struct FactorWeightOptions : CacheOptions { struct in namespace:fst
51 FactorWeightOptions(const CacheOptions &opts, float d, function in struct:fst::FactorWeightOptions
57 explicit FactorWeightOptions( function in struct:fst::FactorWeightOptions
62 FactorWeightOptions(uint32 m = kFactorArcWeights | kFactorFinalWeights, function in struct:fst::FactorWeightOptions
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)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfactor-weight.h33 struct FactorWeightOptions : CacheOptions { struct in namespace:fst
37 FactorWeightOptions(const CacheOptions &opts, float d, bool of) function in struct:fst::FactorWeightOptions
40 explicit FactorWeightOptions(float d, bool of = false) function in struct:fst::FactorWeightOptions
43 FactorWeightOptions(bool of = false) function in struct:fst::FactorWeightOptions
160 FactorWeightFstImpl(const Fst<A> &fst, const FactorWeightOptions &opts)
348 : impl_(new FactorWeightFstImpl<A, F>(fst, FactorWeightOptions())) {}
350 FactorWeightFst(const Fst<A> &fst, const FactorWeightOptions &opts)

Completed in 1652 milliseconds