Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
dnnlowp::DynamicHistogram Class Reference

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 HistogramFinalize ()
 Indicate we're not dynamically adjusting histogram bins any more and return the current static histogram. More...
 

Detailed Description

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.

Member Function Documentation

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.


The documentation for this class was generated from the following files: