HomeSort by relevance Sort by last modified time
    Searched defs:num_updates (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/agc/
histogram.h 47 int num_updates() const { return num_updates_; } function in class:webrtc::Histogram
histogram_unittest.cc 46 EXPECT_EQ(hist_->num_updates(), 0);
62 int num_updates = 0; local
69 num_updates = 0;
76 num_updates++;
77 EXPECT_EQ(hist_->num_updates(), num_updates);
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
dropout_utils_test.cc 330 std::vector<int32> num_updates = local
334 current_weights.size(), 1, &current_weights, &num_updates);
337 current_weights.size(), 1, &current_weights, &num_updates);
343 std::vector<int32> num_updates = local
348 current_weights.size(), 1, &current_weights, &num_updates);
351 current_weights.size(), 1, &current_weights, &num_updates);
375 std::vector<int32> num_updates = local
379 current_weights.size(), 1, &current_weights, &num_updates);
382 current_weights.size(), 1, &current_weights, &num_updates);
388 std::vector<int32> num_updates local
419 std::vector<int32> num_updates = local
436 std::vector<int32> num_updates = local
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/resources/
decision_tree_ensemble_resource.h 144 // Sets the weight of i'th tree, and increment num_updates in tree_metadata.
151 const int32 num_updates = decision_tree_ensemble_->tree_metadata(index) local
154 ->set_num_tree_weight_updates(num_updates + increment_num_updates);
  /external/tensorflow/tensorflow/core/kernels/
range_sampler.cc 191 int num_updates = std::min(static_cast<int>(values.size()), local
193 for (int i = 0; i < num_updates; i++) {
resource_variable_ops.cc 799 int64 num_updates = updates.NumElements(); variable
    [all...]
scatter_nd_op.cc 57 int64 num_updates) {
58 if (num_indices == 0 && num_updates == 0) {
62 return (num_inputs != 0 && num_indices != 0 && num_updates != 0);
556 int64* slice_dim, Index* num_updates,
621 *num_updates = indices_shape.num_elements() / safe_slice_dim;
666 Index num_updates; local
669 shape, indices, updates, &slice_dim, &num_updates, &slice_size));
673 auto updates_flat = updates.shaped<T, 2>({num_updates, slice_size});
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
stats_accumulator_ops.cc 112 const int64& num_updates() const { return num_updates_; } function in class:tensorflow::boosted_trees::__anon44709::StatsAccumulatorResource
226 accumulator_resource->set_num_updates(accumulator_resource->num_updates() +
234 int64 num_updates = partition_ids_shape.dim_size(0); local
236 for (int64 i = 0; i < num_updates; ++i) {
270 accumulator_resource->set_num_updates(accumulator_resource->num_updates() +
297 int64 num_updates = partition_ids_shape.dim_size(0); local
299 for (int64 i = 0; i < num_updates; ++i) {
576 context->allocate_output("num_updates", TensorShape({}),
578 num_updates_t->scalar<int64>()() = accumulator_resource->num_updates();
617 context->allocate_output("num_updates", TensorShape({})
    [all...]
  /external/vulkan-validation-layers/layers/
descriptor_sets.cpp 917 auto num_updates = 0; local
    [all...]

Completed in 251 milliseconds