aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/histogram/histogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/lib/histogram/histogram.h')
-rw-r--r--tensorflow/core/lib/histogram/histogram.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/core/lib/histogram/histogram.h b/tensorflow/core/lib/histogram/histogram.h
index 3e1e078954..65f37365b5 100644
--- a/tensorflow/core/lib/histogram/histogram.h
+++ b/tensorflow/core/lib/histogram/histogram.h
@@ -77,6 +77,8 @@ class Histogram {
gtl::ArraySlice<double> bucket_limits_;
std::vector<double> buckets_;
+ double Remap(double x, double x0, double x1, double y0, double y1) const;
+
TF_DISALLOW_COPY_AND_ASSIGN(Histogram);
};