HomeSort by relevance Sort by last modified time
    Searched refs:num_leaves (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/transient/
wpd_tree.h 80 int num_leaves() const { return 1 << levels_; } function in class:webrtc::WPDTree
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/layers/
decisions_to_data.py 69 [0, self.params.num_nodes - self.params.num_leaves - 1],
70 [-1, self.params.num_leaves])
114 [0, self.params.num_nodes - self.params.num_leaves - 1],
115 [-1, self.params.num_leaves])
152 [0, self.params.num_nodes - self.params.num_leaves - 1],
153 [-1, self.params.num_leaves])
188 [0, self.params.num_nodes - self.params.num_leaves - 1],
189 [-1, self.params.num_leaves])
204 [0, self.params.num_nodes - self.params.num_leaves - 1],
205 [-1, self.params.num_leaves])
    [all...]
decisions_to_data_test.py 51 self.params.num_leaves = 2**(self.params.hybrid_tree_depth - 1)
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/
hybrid_layer_test.py 45 self.params.num_leaves = 2**(self.params.hybrid_tree_depth - 1)
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/kernel_tests/
k_feature_routing_function_op_test.py 50 self.params.num_leaves = 2**(self.params.hybrid_tree_depth - 1)
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/models/
forest_to_data_then_nn_test.py 54 self.params.num_leaves = 2**(self.params.hybrid_tree_depth - 1)
k_feature_decisions_to_data_then_nn_test.py 54 self.params.num_leaves = 2**(self.params.hybrid_tree_depth - 1)
decisions_to_data_then_nn_test.py 52 self.params.num_leaves = 2**(self.params.hybrid_tree_depth - 1)
  /external/tensorflow/tensorflow/core/graph/
graph_partition_test.cc 553 const int num_leaves = 20; local
554 for (int i = 0; i < num_leaves; ++i) {
555 indexes.push_back((i + 2001) % num_leaves);
600 int square_index = num_leaves - 1 - i;
619 const int num_leaves = 20; local
620 for (int i = 0; i < num_leaves; ++i) {
621 indexes.push_back((i + 2001) % num_leaves);
695 int square_index = num_leaves - 1 - i;
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_sharding.cc 173 int64 num_leaves = local
175 if (num_leaves != tuple_elements_.size()) {
177 StrCat("Validation tuple shape has ", num_leaves,
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
stats_ops.cc 291 const int32 num_leaves = leaf_examples.size(); variable
322 num_leaves](int64 start, int64 end) {
324 CHECK(end <= num_leaves);
332 Shard(num_threads, worker_threads->workers, num_leaves, costPerUpdate,

Completed in 439 milliseconds