An equi-width histogram where the spread of bins change over time when we see new min or max values. More...
#include <dynamic_histogram.h>
Public Member Functions | |
| DynamicHistogram (int nbins) | |
| void | Add (float f) |
| void | Add (const float *f, int len) |
| const Histogram * | Finalize () |
| Indicate we're not dynamically adjusting histogram bins any more and return the current static histogram. More... | |
An equi-width histogram where the spread of bins change over time when we see new min or max values.
Definition at line 58 of file dynamic_histogram.h.
| const Histogram * dnnlowp::DynamicHistogram::Finalize | ( | ) |
Indicate we're not dynamically adjusting histogram bins any more and return the current static histogram.
Definition at line 180 of file dynamic_histogram.cc.
1.8.11