Home
last modified time | relevance | path

Searched refs:GetBuckets (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dutils_test.cc243 const auto& buckets = hist.GetBuckets(); in TEST()
273 const auto& buckets = hist.GetBuckets(); in TEST()
284 const auto& buckets = hist1.GetBuckets(); in TEST()
Dutils.h98 const std::vector<uint64>& GetBuckets() const { return buckets_; } in GetBuckets() function
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc81 std::vector<float> GetBuckets(const int32 feature, in GetBuckets() function
478 GetBuckets(feature_idx, bucket_boundaries_list); in Compute()
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc79 std::vector<float> GetBuckets(const int32 feature, in GetBuckets() function
124 GetBuckets(feature_index, buckets_list); in QuantizeFeatures()