Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/
Dquantile_ops_test.py98 buckets = boosted_trees_ops.get_bucket_boundaries(
130 bucket_0 = boosted_trees_ops.get_bucket_boundaries(
132 bucket_1 = boosted_trees_ops.get_bucket_boundaries(
155 buckets = accumulator.get_bucket_boundaries()
172 buckets = accumulator.get_bucket_boundaries()
190 buckets = accumulator.get_bucket_boundaries()
203 buckets = accumulator.get_bucket_boundaries()
/external/tensorflow/tensorflow/python/ops/
Dboosted_trees_ops.py38 …es_ops import boosted_trees_quantile_stream_resource_get_bucket_boundaries as get_bucket_boundaries unknown
71 bucket_boundaries = get_bucket_boundaries(self._resource_handle,
155 def get_bucket_boundaries(self): member in QuantileAccumulator
156 return get_bucket_boundaries(self.resource_handle, self._num_streams)