Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc67 const char* const kBucketsName = "buckets"; variable
503 kBucketsName, {static_cast<int64>(boundaries.size())}, &buckets_t)); in Compute()
542 OP_REQUIRES_OK(context, context->input(kBucketsName, &buckets_t)); in Compute()
699 OP_REQUIRES_OK(context, context->output_list(kBucketsName, &buckets_list)); in Compute()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc44 const char* const kBucketsName = "buckets"; variable
463 OP_REQUIRES_OK(context, context->output_list(kBucketsName, &buckets_list)); in Compute()