Searched defs:FactorWeightOptions (Results 1 – 1 of 1) sorted by relevance
35 struct FactorWeightOptions : CacheOptions { struct39 FactorWeightOptions(const CacheOptions &opts, float d, bool of) in FactorWeightOptions() argument45 FactorWeightOptions(bool of = false) argument46 : delta(kDelta), final_only(of) {} in delta()