Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dfactor-weight.h35 struct FactorWeightOptions : CacheOptions { struct
39 FactorWeightOptions(const CacheOptions &opts, float d, bool of) in FactorWeightOptions() argument
45 FactorWeightOptions(bool of = false) argument
46 : delta(kDelta), final_only(of) {} in delta()