Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dquantile_ops.cc41 const char* const kNumBucketsName = "num_buckets"; variable
347 OP_REQUIRES_OK(context, context->input(kNumBucketsName, &num_buckets_t)); in Compute()