Home
last modified time | relevance | path

Searched refs:custom_bucket_limits_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram.cc58 : custom_bucket_limits_(custom_bucket_limits.begin(), in Histogram()
60 bucket_limits_(custom_bucket_limits_) { in Histogram()
81 custom_bucket_limits_.clear(); in DecodeFromProto()
82 custom_bucket_limits_.insert(custom_bucket_limits_.end(), in DecodeFromProto()
85 bucket_limits_ = custom_bucket_limits_; in DecodeFromProto()
Dhistogram.h94 std::vector<double> custom_bucket_limits_; variable