Home
last modified time | relevance | path

Searched refs:node_id_range (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/boosted_trees/
Dstats_ops_test.py123 node_id_range = [1, 3]
139 node_id_range,
155 node_id_range = [1, 3]
162 node_id_range,
185 node_id_range = [1, 3] # node 1 through 2 will be processed.
191 node_id_range,
213 node_id_range = [1, 3] # node 1 through 2 will be processed.
220 node_id_range,
233 node_id_range = [1, 3] # node 1 through 2 will be processed.
240 node_id_range,
[all …]
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DBoostedTreesCalculateBestFeatureSplit.pbtxt4 name: "node_id_range"
77 name: "node_id_range"
DBoostedTreesCalculateBestGainsPerFeature.pbtxt4 name: "node_id_range"
DBoostedTreesCalculateBestFeatureSplitV2.pbtxt4 name: "node_id_range"
DBoostedTreesSparseCalculateBestFeatureSplit.pbtxt4 name: "node_id_range"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BoostedTreesCalculateBestGainsPerFeature.pbtxt5 name: "node_id_range"
7 …tensor, as like `for node_id in range(node_id_range[0], node_id_range[1])` (Note that the last ind…
Dapi_def_BoostedTreesCalculateBestFeatureSplit.pbtxt5 name: "node_id_range"
7 …tensor, as like `for node_id in range(node_id_range[0], node_id_range[1])` (Note that the last ind…
Dapi_def_BoostedTreesSparseCalculateBestFeatureSplit.pbtxt5 name: "node_id_range"
7 …tensor, as like `for node_id in range(node_id_range[0], node_id_range[1])` (Note that the last ind…
Dapi_def_BoostedTreesCalculateBestFeatureSplitV2.pbtxt5 name: "node_id_range"
7 …tensor, as like `for node_id in range(node_id_range[0], node_id_range[1])` (Note that the last ind…
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc54 const auto node_id_range = node_id_range_t->vec<int32>(); in Compute() local
55 const int32 node_id_first = node_id_range(0); // inclusive in Compute()
56 const int32 node_id_last = node_id_range(1); // exclusive in Compute()
247 const auto node_id_range = node_id_range_t->vec<int32>(); in Compute() local
248 const int32 node_id_first = node_id_range(0); // inclusive in Compute()
249 const int32 node_id_last = node_id_range(1); // exclusive in Compute()
570 const auto node_id_range = node_id_range_t->vec<int32>(); in Compute() local
571 const int32 node_id_first = node_id_range(0); // Inclusive. in Compute()
572 const int32 node_id_last = node_id_range(1); // Exclusive. in Compute()
961 const auto node_id_range = node_id_range_t->vec<int32>(); in Compute() local
[all …]
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DBoostedTreesCalculateBestGainsPerFeature.pbtxt4 name: "node_id_range"
DBoostedTreesCalculateBestFeatureSplit.pbtxt4 name: "node_id_range"
DBoostedTreesCalculateBestFeatureSplitV2.pbtxt4 name: "node_id_range"
DBoostedTreesSparseCalculateBestFeatureSplit.pbtxt4 name: "node_id_range"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt545 …argspec: "args=[\'node_id_range\', \'stats_summary\', \'l1\', \'l2\', \'tree_complexity\', \'min_n…
549 …argspec: "args=[\'node_id_range\', \'stats_summaries_list\', \'split_types\', \'candidate_feature_…
553 …argspec: "args=[\'node_id_range\', \'stats_summary_list\', \'l1\', \'l2\', \'tree_complexity\', \'…
629 …argspec: "args=[\'node_id_range\', \'stats_summary_indices\', \'stats_summary_values\', \'stats_su…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt545 …argspec: "args=[\'node_id_range\', \'stats_summary\', \'l1\', \'l2\', \'tree_complexity\', \'min_n…
549 …argspec: "args=[\'node_id_range\', \'stats_summaries_list\', \'split_types\', \'candidate_feature_…
553 …argspec: "args=[\'node_id_range\', \'stats_summary_list\', \'l1\', \'l2\', \'tree_complexity\', \'…
629 …argspec: "args=[\'node_id_range\', \'stats_summary_indices\', \'stats_summary_values\', \'stats_su…
/external/tensorflow/tensorflow/go/op/
Dwrappers.go3576 func BoostedTreesSparseCalculateBestFeatureSplit(scope *Scope, node_id_range tf.Output, stats_summa…
3587node_id_range, stats_summary_indices, stats_summary_values, stats_summary_shape, l1, l2, tree_comp…
3627 func BoostedTreesCalculateBestFeatureSplitV2(scope *Scope, node_id_range tf.Output, stats_summaries…
3635node_id_range, tf.OutputList(stats_summaries_list), split_types, candidate_feature_ids, l1, l2, tr…
3669 func BoostedTreesCalculateBestGainsPerFeature(scope *Scope, node_id_range tf.Output, stats_summary_…
3677 node_id_range, tf.OutputList(stats_summary_list), l1, l2, tree_complexity, min_node_weight,
8365 func BoostedTreesCalculateBestFeatureSplit(scope *Scope, node_id_range tf.Output, stats_summary tf.…
8376 node_id_range, stats_summary, l1, l2, tree_complexity, min_node_weight,
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt5497 name: "node_id_range"
5571 name: "node_id_range"
5651 name: "node_id_range"
6152 name: "node_id_range"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt11607 name: "node_id_range"