Home
last modified time | relevance | path

Searched defs:stats_summary (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/
Dstats_ops_test.py39 def _append_zeros_for_default_bucket(self, stats_summary): argument
89 def _get_sparse_stats_summary_for_split(self, stats_summary=None): argument
1712 def _add_feature_dim(self, stats_summary): argument
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc76 std::vector<TTypes<float, 3>::ConstTensor> stats_summary; in Compute() local
271 TTypes<float, 4>::ConstTensor stats_summary = in Compute() local
452 TTypes<float, 4>::ConstTensor stats_summary, const int32_t node_id, in CalculateBestInequalitySplit()
521 TTypes<float, 4>::ConstTensor stats_summary, in CalculateBestEqualitySplit()
720 TTypes<float, 4>::ConstTensor stats_summary = stats_summaries[f_idx]; in Compute() local
849 TTypes<float, 4>::ConstTensor stats_summary, const int32_t node_id, in CalculateBestInequalitySplit()
918 TTypes<float, 4>::ConstTensor stats_summary, in CalculateBestEqualitySplit()