Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc47 const char* const kAreBucketsReadyName = "are_buckets_ready"; variable
513 OP_REQUIRES_OK(context, context->allocate_output(kAreBucketsReadyName, {}, in Compute()
582 context->input(kAreBucketsReadyName, &are_buckets_ready_t)); in Compute()
696 OP_REQUIRES_OK(context, context->output_list(kAreBucketsReadyName, in Compute()