Searched refs:are_buckets_ready (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/ |
D | quantile_ops.py | 48 stamp_token, state, are_buckets_ready, buckets = ( 58 specs += [make_save_spec(are_buckets_ready, "_are_buckets_ready")] 78 are_buckets_ready = restored_tensors[2:3] 85 are_buckets_ready=are_buckets_ready, 160 are_buckets_ready, buckets = ( 164 return are_buckets_ready[0], buckets[0]
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
D | quantile_stream_resource.h | 65 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() argument 67 are_buckets_ready_ = are_buckets_ready; in set_buckets_ready()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/ |
D | quantile_stream_resource.h | 74 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() argument 76 are_buckets_ready_ = are_buckets_ready; in set_buckets_ready()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/ |
D | ordinal_split_handler.py | 248 are_buckets_ready, buckets = scheduled_reads[0] 251 is_active, are_buckets_ready, self._dense_float_column, buckets, 423 are_buckets_ready, buckets = scheduled_reads[0] 428 is_active, are_buckets_ready, self._sparse_float_column.indices, 606 def dense_make_stats_update(is_active, are_buckets_ready, float_column, argument 633 math_ops.logical_and(are_buckets_ready, 655 is_active, are_buckets_ready, sparse_column_indices, sparse_column_values, argument 730 math_ops.logical_and(are_buckets_ready,
|
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/ |
D | quantile_ops.cc | 483 bool are_buckets_ready = streams_resource->are_buckets_ready(); in Compute() local 489 are_buckets_ready ? streams_resource->boundaries(stamp_token) in Compute() 515 are_buckets_ready_t->scalar<bool>()() = are_buckets_ready; in Compute() 723 bool are_buckets_ready = in Compute() local 725 streams_resource->are_buckets_ready(); in Compute() 731 are_buckets_ready_t->scalar<bool>()() = are_buckets_ready; in Compute() 734 are_buckets_ready ? streams_resource->boundaries(stamp_token) in Compute()
|