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.cc64 std::vector<TTypes<float, 3>::ConstTensor> stats_summary; in Compute() local
253 TTypes<float, 4>::ConstTensor stats_summary = in Compute() local
424 TTypes<float, 4>::ConstTensor stats_summary, const int32 node_id, in CalculateBestInequalitySplit()
492 TTypes<float, 4>::ConstTensor stats_summary, in CalculateBestEqualitySplit()
679 TTypes<float, 4>::ConstTensor stats_summary = stats_summaries[f_idx]; in Compute() local
808 TTypes<float, 4>::ConstTensor stats_summary, const int32 node_id, in CalculateBestInequalitySplit()
876 TTypes<float, 4>::ConstTensor stats_summary, in CalculateBestEqualitySplit()