Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/
Dstats_ops_test.py146 min_node_weight=0,
169 min_node_weight=0,
196 min_node_weight=0,
227 min_node_weight=0,
247 min_node_weight=0,
283 min_node_weight=0,
318 min_node_weight=0,
353 min_node_weight=0,
392 min_node_weight=0,
427 min_node_weight=0,
[all …]
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DBoostedTreesCalculateBestFeatureSplit.pbtxt24 name: "min_node_weight"
97 name: "min_node_weight"
DBoostedTreesCalculateBestGainsPerFeature.pbtxt25 name: "min_node_weight"
DBoostedTreesCalculateBestFeatureSplitV2.pbtxt33 name: "min_node_weight"
DBoostedTreesSparseCalculateBestFeatureSplit.pbtxt32 name: "min_node_weight"
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc82 const auto min_node_weight = min_node_weight_t->scalar<float>()(); in Compute() local
133 if (total_hess < min_node_weight) { in Compute()
285 const auto min_node_weight = min_node_weight_t->scalar<float>()(); in Compute() local
313 if (total_hess.norm() < min_node_weight) { in Compute()
323 num_buckets, min_node_weight, l1, l2, &best_gain, &best_bucket, in Compute()
426 const int32 num_buckets, const float min_node_weight, const float l1, in CalculateBestInequalitySplit() argument
640 const auto min_node_weight = min_node_weight_t->scalar<float>()(); in Compute() local
671 if (total_hess.norm() < min_node_weight) { in Compute()
690 num_buckets, min_node_weight, l1, l2, &f_best_gain, in Compute()
810 const int32 num_buckets, const float min_node_weight, const float l1, in CalculateBestInequalitySplit() argument
[all …]
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DBoostedTreesCalculateBestGainsPerFeature.pbtxt25 name: "min_node_weight"
DBoostedTreesCalculateBestFeatureSplit.pbtxt24 name: "min_node_weight"
DBoostedTreesCalculateBestFeatureSplitV2.pbtxt33 name: "min_node_weight"
DBoostedTreesSparseCalculateBestFeatureSplit.pbtxt32 name: "min_node_weight"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.estimator.-boosted-trees-regressor.pbtxt25 …\'l1_regularization\', \'l2_regularization\', \'tree_complexity\', \'min_node_weight\', \'config\'…
Dtensorflow.estimator.-boosted-trees-classifier.pbtxt25 …\'l1_regularization\', \'l2_regularization\', \'tree_complexity\', \'min_node_weight\', \'config\'…
Dtensorflow.estimator.-boosted-trees-estimator.pbtxt25 …\'l1_regularization\', \'l2_regularization\', \'tree_complexity\', \'min_node_weight\', \'config\'…
Dtensorflow.raw_ops.pbtxt545 …d_range\', \'stats_summary\', \'l1\', \'l2\', \'tree_complexity\', \'min_node_weight\', \'logits_d…
549 …', \'candidate_feature_ids\', \'l1\', \'l2\', \'tree_complexity\', \'min_node_weight\', \'logits_d…
553 …ge\', \'stats_summary_list\', \'l1\', \'l2\', \'tree_complexity\', \'min_node_weight\', \'max_spli…
629 …s\', \'stats_summary_shape\', \'l1\', \'l2\', \'tree_complexity\', \'min_node_weight\', \'logits_d…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.estimator.-boosted-trees-classifier.pbtxt25 …\'l1_regularization\', \'l2_regularization\', \'tree_complexity\', \'min_node_weight\', \'config\'…
Dtensorflow.estimator.-boosted-trees-estimator.pbtxt25 …\'l1_regularization\', \'l2_regularization\', \'tree_complexity\', \'min_node_weight\', \'config\'…
Dtensorflow.estimator.-boosted-trees-regressor.pbtxt25 …\'l1_regularization\', \'l2_regularization\', \'tree_complexity\', \'min_node_weight\', \'config\'…
Dtensorflow.raw_ops.pbtxt545 …d_range\', \'stats_summary\', \'l1\', \'l2\', \'tree_complexity\', \'min_node_weight\', \'logits_d…
549 …', \'candidate_feature_ids\', \'l1\', \'l2\', \'tree_complexity\', \'min_node_weight\', \'logits_d…
553 …ge\', \'stats_summary_list\', \'l1\', \'l2\', \'tree_complexity\', \'min_node_weight\', \'max_spli…
629 …s\', \'stats_summary_shape\', \'l1\', \'l2\', \'tree_complexity\', \'min_node_weight\', \'logits_d…
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BoostedTreesCalculateBestGainsPerFeature.pbtxt35 name: "min_node_weight"
Dapi_def_BoostedTreesCalculateBestFeatureSplit.pbtxt36 name: "min_node_weight"
Dapi_def_BoostedTreesSparseCalculateBestFeatureSplit.pbtxt48 name: "min_node_weight"
Dapi_def_BoostedTreesCalculateBestFeatureSplitV2.pbtxt48 name: "min_node_weight"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go3576 …pe tf.Output, l1 tf.Output, l2 tf.Output, tree_complexity tf.Output, min_node_weight tf.Output, lo…
3587 …mmary_indices, stats_summary_values, stats_summary_shape, l1, l2, tree_complexity, min_node_weight,
3627 …ds tf.Output, l1 tf.Output, l2 tf.Output, tree_complexity tf.Output, min_node_weight tf.Output, lo…
3635 …tats_summaries_list), split_types, candidate_feature_ids, l1, l2, tree_complexity, min_node_weight,
3669 … []tf.Output, l1 tf.Output, l2 tf.Output, tree_complexity tf.Output, min_node_weight tf.Output, ma…
3677 node_id_range, tf.OutputList(stats_summary_list), l1, l2, tree_complexity, min_node_weight,
8365 …ry tf.Output, l1 tf.Output, l2 tf.Output, tree_complexity tf.Output, min_node_weight tf.Output, lo…
8376 node_id_range, stats_summary, l1, l2, tree_complexity, min_node_weight,
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt5517 name: "min_node_weight"
5600 name: "min_node_weight"
5672 name: "min_node_weight"
6180 name: "min_node_weight"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt11628 name: "min_node_weight"