HomeSort by relevance Sort by last modified time
    Searched refs:ThreadSafeHistogram (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/lib/histogram/
histogram.h 106 // ThreadSafeHistogram instance.
109 class ThreadSafeHistogram {
111 ThreadSafeHistogram() {}
112 explicit ThreadSafeHistogram(gtl::ArraySlice<double> custom_bucket_limits)
116 ~ThreadSafeHistogram() {}
histogram.cc 231 // ThreadSafeHistogram implementation.
232 bool ThreadSafeHistogram::DecodeFromProto(const HistogramProto& proto) {
237 void ThreadSafeHistogram::Clear() {
242 void ThreadSafeHistogram::Add(double value) {
247 void ThreadSafeHistogram::EncodeToProto(HistogramProto* proto,
253 double ThreadSafeHistogram::Median() const {
258 double ThreadSafeHistogram::Percentile(double p) const {
263 double ThreadSafeHistogram::Average() const {
268 double ThreadSafeHistogram::StandardDeviation() const {
273 std::string ThreadSafeHistogram::ToString() const
    [all...]
histogram_test.cc 115 TEST(ThreadSafeHistogram, Basic) {
123 ThreadSafeHistogram tsh;
138 ThreadSafeHistogram tsh2;
  /external/tensorflow/tensorflow/core/lib/monitoring/
sampler.h 63 histogram::ThreadSafeHistogram histogram_;
  /external/tensorflow/tensorflow/core/kernels/
summary_op.cc 125 histogram::ThreadSafeHistogram histogram;

Completed in 118 milliseconds