Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc52 const Tensor* node_id_range_t; in Compute() local
53 OP_REQUIRES_OK(context, context->input("node_id_range", &node_id_range_t)); in Compute()
54 const auto node_id_range = node_id_range_t->vec<int32>(); in Compute()
245 const Tensor* node_id_range_t; in Compute() local
246 OP_REQUIRES_OK(context, context->input("node_id_range", &node_id_range_t)); in Compute()
247 const auto node_id_range = node_id_range_t->vec<int32>(); in Compute()
568 const Tensor* node_id_range_t; in Compute() local
569 OP_REQUIRES_OK(context, context->input("node_id_range", &node_id_range_t)); in Compute()
570 const auto node_id_range = node_id_range_t->vec<int32>(); in Compute()
959 const Tensor* node_id_range_t; in Compute() local
[all …]