Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/
Dstats_ops_test.py186 stats_summary_list = self._get_stats_summary_for_split()
192 stats_summary_list,
417 stats_summary_list = self._get_stats_summary_for_split()
423 stats_summary_list,
579 stats_summary_list = self._get_stats_summary_for_split()
586 stats_summary_list,
747 stats_summary_list = self._get_stats_summary_for_split()
755 stats_summary_list,
912 stats_summary_list = [
937 stats_summary_list,
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BoostedTreesCalculateBestGainsPerFeature.pbtxt7 … to specify the range [first, last) of node ids to process within `stats_summary_list`. The nodes …
11 name: "stats_summary_list"
79 inferred from the size of `stats_summary_list`; the number of total features.
Dapi_def_BoostedTreesCalculateBestFeatureSplitV2.pbtxt7 … to specify the range [first, last) of node ids to process within `stats_summary_list`. The nodes …
105 inferred from the size of `stats_summary_list`; the number of total features.
Dapi_def_BoostedTreesCalculateBestFeatureSplit.pbtxt7 … to specify the range [first, last) of node ids to process within `stats_summary_list`. The nodes …
Dapi_def_BoostedTreesSparseCalculateBestFeatureSplit.pbtxt7 … to specify the range [first, last) of node ids to process within `stats_summary_list`. The nodes …
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DBoostedTreesCalculateBestGainsPerFeature.pbtxt8 name: "stats_summary_list"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DBoostedTreesCalculateBestGainsPerFeature.pbtxt8 name: "stats_summary_list"
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc58 OpInputList stats_summary_list; in Compute() local
60 &stats_summary_list)); in Compute()
61 const int64 num_buckets = stats_summary_list[0].dim_size(1); in Compute()
63 DCHECK_EQ(stats_summary_list[0].dim_size(2), 2); in Compute()
65 stats_summary.reserve(stats_summary_list.size()); in Compute()
66 for (const auto& tensor : stats_summary_list) { in Compute()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt553 …argspec: "args=[\'node_id_range\', \'stats_summary_list\', \'l1\', \'l2\', \'tree_complexity\', \'…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt553 …argspec: "args=[\'node_id_range\', \'stats_summary_list\', \'l1\', \'l2\', \'tree_complexity\', \'…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go3669 …alculateBestGainsPerFeature(scope *Scope, node_id_range tf.Output, stats_summary_list []tf.Output,…
3677 node_id_range, tf.OutputList(stats_summary_list), l1, l2, tree_complexity, min_node_weight,
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt5655 name: "stats_summary_list"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt11611 name: "stats_summary_list"