Home
last modified time | relevance | path

Searched refs:WeightedQuantilesStream (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_stream.h65 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()
Dweighted_quantiles_stream_test.cc32 boosted_trees::quantiles::WeightedQuantilesStream<double, double>;
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_stream.h65 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()
Dquantile_stream_resource.h27 boosted_trees::quantiles::WeightedQuantilesStream<float, float>;
Dweighted_quantiles_stream_test.cc31 boosted_trees::quantiles::WeightedQuantilesStream<double, double>;
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
Dquantile_stream_resource.h29 boosted_trees::quantiles::WeightedQuantilesStream<float, float>;
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc53 boosted_trees::quantiles::WeightedQuantilesStream<float, float>;
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc72 boosted_trees::quantiles::WeightedQuantilesStream<float, float>;