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.cc238 Tensor temp_stats_double_t; in Compute() local
242 &temp_stats_double_t)); in Compute()
243 auto temp_stats_double = temp_stats_double_t.tensor<double, 4>(); in Compute()
260 "stats_summary", temp_stats_double_t.shape(), in Compute()