Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc1272 Tensor temp_stats_double_t; in Compute() local
1276 &temp_stats_double_t)); in Compute()
1277 auto temp_stats_double = temp_stats_double_t.tensor<double, 4>(); in Compute()
1294 "stats_summary", temp_stats_double_t.shape(), in Compute()
1348 Tensor temp_stats_double_t; in Compute() local
1353 &temp_stats_double_t)); in Compute()
1354 auto temp_stats_double = temp_stats_double_t.tensor<double, 4>(); in Compute()
1377 "stats_summary", temp_stats_double_t.shape(), in Compute()