Home
last modified time | relevance | path

Searched defs:are_buckets_ready (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dquantile_stream_resource.h65 bool are_buckets_ready() const { return are_buckets_ready_; } in are_buckets_ready() function
66 void set_buckets_ready(const bool are_buckets_ready) { in set_buckets_ready()
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
Dquantile_stream_resource.h74 bool are_buckets_ready() const { return are_buckets_ready_; } in are_buckets_ready() function
75 void set_buckets_ready(bool are_buckets_ready) { in set_buckets_ready()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/
Dordinal_split_handler.py606 def dense_make_stats_update(is_active, are_buckets_ready, float_column, argument
655 is_active, are_buckets_ready, sparse_column_indices, sparse_column_values, argument
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc483 bool are_buckets_ready = streams_resource->are_buckets_ready(); in Compute() local
723 bool are_buckets_ready = in Compute() local