Searched refs:start_forget_weight (Results 1 – 3 of 3) sorted by relevance
49 absl::optional<double> start_forget_weight = 2; member61 double start_forget_weight = -1.0; in GetDelayHistogramConfig() local63 &forget_factor, &start_forget_weight) >= 2 && in GetDelayHistogramConfig()68 config.start_forget_weight = in GetDelayHistogramConfig()69 start_forget_weight >= 1 ? absl::make_optional(start_forget_weight) in GetDelayHistogramConfig()78 << config.start_forget_weight.value_or(0); in GetDelayHistogramConfig()122 kDelayBuckets, config.forget_factor, config.start_forget_weight); in Create()
25 absl::optional<double> start_forget_weight) in Histogram() argument30 start_forget_weight_(start_forget_weight) { in Histogram()
27 absl::optional<double> start_forget_weight = absl::nullopt);