Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc155 Tensor* output_node_ids_t; in Compute() local
158 &output_node_ids_t)); in Compute()
159 auto output_node_ids_vec = output_node_ids_t->vec<int32>(); in Compute()
Dprediction_ops.cc98 Tensor* output_node_ids_t = nullptr; in Compute() local
100 &output_node_ids_t)); in Compute()
101 auto output_node_ids = output_node_ids_t->vec<int32>(); in Compute()