Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc499 Tensor* buckets_t = nullptr; in Compute() local
503 kBucketsName, {static_cast<int64>(boundaries.size())}, &buckets_t)); in Compute()
504 auto* quantiles_flat = buckets_t->flat<float>().data(); in Compute()
541 const Tensor* buckets_t; in Compute() local
542 OP_REQUIRES_OK(context, context->input(kBucketsName, &buckets_t)); in Compute()
565 const auto& buckets = buckets_t->vec<float>(); in Compute()