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/
Dprediction_ops.cc105 Tensor* output_node_ids_t = nullptr; in Compute() local
107 &output_node_ids_t)); in Compute()
108 auto output_node_ids = output_node_ids_t->vec<int32>(); in Compute()
Dstats_ops.cc180 Tensor* output_node_ids_t; in Compute() local
183 &output_node_ids_t)); in Compute()
184 auto output_node_ids_vec = output_node_ids_t->vec<int32>(); in Compute()
351 Tensor* output_node_ids_t = nullptr; in Compute() local
353 &output_node_ids_t)); in Compute()
354 auto output_node_ids_vec = output_node_ids_t->vec<int32>(); in Compute()
728 Tensor* output_node_ids_t = nullptr; in Compute() local
730 &output_node_ids_t)); in Compute()
731 auto output_node_ids_vec = output_node_ids_t->vec<int32>(); in Compute()
1046 Tensor* output_node_ids_t = nullptr; in Compute() local
[all …]