Searched refs:WeightedQuantilesStream (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/ |
D | weighted_quantiles_stream.h | 65 class WeightedQuantilesStream { 72 explicit WeightedQuantilesStream(double eps, int64 max_elements) in WeightedQuantilesStream() function 83 WeightedQuantilesStream(const WeightedQuantilesStream& other) = delete; 84 WeightedQuantilesStream& operator=(const WeightedQuantilesStream&) = delete; 85 WeightedQuantilesStream(WeightedQuantilesStream&& other) = default; 86 WeightedQuantilesStream& operator=(WeightedQuantilesStream&& other) = default; 293 WeightedQuantilesStream<ValueType, WeightType, CompareFn>::GetQuantileSpecs( in GetQuantileSpecs()
|
D | weighted_quantiles_stream_test.cc | 32 boosted_trees::quantiles::WeightedQuantilesStream<double, double>;
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
D | weighted_quantiles_stream.h | 65 class WeightedQuantilesStream { 72 explicit WeightedQuantilesStream(double eps, int64 max_elements) in WeightedQuantilesStream() function 83 WeightedQuantilesStream(const WeightedQuantilesStream& other) = delete; 84 WeightedQuantilesStream& operator=(const WeightedQuantilesStream&) = delete; 85 WeightedQuantilesStream(WeightedQuantilesStream&& other) = default; 86 WeightedQuantilesStream& operator=(WeightedQuantilesStream&& other) = default; 293 WeightedQuantilesStream<ValueType, WeightType, CompareFn>::GetQuantileSpecs( in GetQuantileSpecs()
|
D | quantile_stream_resource.h | 27 boosted_trees::quantiles::WeightedQuantilesStream<float, float>;
|
D | weighted_quantiles_stream_test.cc | 31 boosted_trees::quantiles::WeightedQuantilesStream<double, double>;
|
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/ |
D | quantile_stream_resource.h | 29 boosted_trees::quantiles::WeightedQuantilesStream<float, float>;
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | quantile_ops.cc | 53 boosted_trees::quantiles::WeightedQuantilesStream<float, float>;
|
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/ |
D | quantile_ops.cc | 72 boosted_trees::quantiles::WeightedQuantilesStream<float, float>;
|