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

  /external/perfetto/src/traced/probes/android_log/
android_log_data_source.h 49 uint64_t num_total = 0; // Total number of log entries received. member in struct:perfetto::AndroidLogDataSource::Stats
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
tree_utils.h 218 const int64 num_total = indices.dimension(0); local
221 int64 high = num_total;
259 if (input_end >= num_total) {
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.h 38 LossAccount() : num_total(0), num_lost(0) {}
39 LossAccount(size_t num_total, size_t num_lost)
40 : num_total(num_total), num_lost(num_lost) {}
44 size_t num_total; member in struct:webrtc::testing::bwe::LossAccount
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
keypoint_detector.cc 209 const int num_total = circle_perimeter + threshold - 1; local
219 int minimum_by_now = threshold - num_total + 1;
223 for (int i = 0; i < num_total; ++i) {
  /external/libtextclassifier/annotator/
feature-processor.cc 602 int num_total = 0; local
610 ++num_total;
613 return static_cast<float>(num_supported) / static_cast<float>(num_total);
  /external/grpc-grpc/test/cpp/end2end/
grpclb_end2end_test.cc 440 void SendRpcAndCount(int* num_total, int* num_ok, int* num_failure,
452 ++*num_total;
460 int num_total = 0; local
462 SendRpcAndCount(&num_total, &num_ok, &num_failure, &num_drops);
464 while (num_total % num_requests_multiple_of != 0) {
465 SendRpcAndCount(&num_total, &num_ok, &num_failure, &num_drops);
471 num_total, num_requests_multiple_of, num_ok, num_failure,
    [all...]

Completed in 3822 milliseconds