HomeSort by relevance Sort by last modified time
    Searched full:average (Results 76 - 100 of 2435) sorted by null

1 2 34 5 6 7 8 91011>>

  /tools/tradefederation/core/src/com/android/tradefed/device/
TopHelper.java 37 * average of a specified range of measurements. Note that top can cause approximately a 10%
256 * Get the average total CPU usage for a list of {@link TopStats}.
259 * @return The average usage as a percentage (0 to 100).
266 * Get the average user CPU usage for a list of {@link TopStats}.
269 * @return The average usage as a percentage (0 to 100).
276 * Get the average system CPU usage for a list of {@link TopStats}.
279 * @return The average usage as a percentage (0 to 100).
286 * Get the average IOW CPU usage for a list of {@link TopStats}.
289 * @return The average usage as a percentage (0 to 100).
296 * Get the average IRQ CPU usage for a list of {@link TopStats}
    [all...]
  /external/tensorflow/tensorflow/examples/udacity/
6_lstm.ipynb 675 " 'Average loss at step %d: %f learning rate: %f' % (step, mean_loss, lr))\n",
708 "Average loss at step 0 : 3.29904174805 learning rate: 10.0\n",
718 "Average loss at step 100 : 2.59553678274 learning rate: 10.0\n",
721 "Average loss at step 200 : 2.24747137785 learning rate: 10.0\n",
724 "Average loss at step 300 : 2.09438110709 learning rate: 10.0\n",
727 "Average loss at step 400 : 1.99440989017 learning rate: 10.0\n",
730 "Average loss at step 500 : 1.9320810616 learning rate: 10.0\n",
733 "Average loss at step 600 : 1.90935629249 learning rate: 10.0\n",
736 "Average loss at step 700 : 1.85583009005 learning rate: 10.0\n",
739 "Average loss at step 800 : 1.82152368546 learning rate: 10.0\n"
    [all...]
  /system/libfmq/benchmarks/
msgq_benchmark_client.cpp 114 * average time taken for the cycle is measured.
150 * Measure the average time taken to read 64 bytes from the queue.
177 cout << "Average time to read" << kPacketSize64
183 * Measure the average time taken to read 128 bytes.
211 cout << "Average time to read" << kPacketSize128
217 * Measure the average time taken to read 256 bytes from the queue.
244 cout << "Average time to read" << kPacketSize256
250 * Measure the average time taken to read 512 bytes from the queue.
275 cout << "Average time to read" << kPacketSize512
281 * Measure the average time taken to write 64 bytes into the queue
    [all...]
  /external/autotest/server/cros/res_resource_monitor/
top_field_order_changed.txt 1 top - 14:47:14 up 7:58, 9 users, load average: 0.00, 0.01, 0.05
11 top - I?m the only process running. Also, 14:48:38 up 8:00, 9 users, load average: 0.00, 0.01, 0.05
22 top - 14:48:38 up 8:00, 9 users, load average: 0.00, 0.01, 0.05
  /external/tensorflow/tensorflow/contrib/lite/examples/label_image/
label_image.md 47 average time: 100.986 ms
60 average time: 33.4694 ms
70 average time: 263.493 ms
  /frameworks/base/core/java/android/util/proto/
ProtoUtils.java 33 long min, long average, long max) {
36 proto.write(AggStats.AVERAGE, average);
  /tools/test/connectivity/tools/lab/
README.md 46 load_avg_1_min: system load average for past 1 min (float)
47 load_avg_5_min: system load average for past 5 min (float)
48 load_avg_15_min: system load average for past 15 min (float)
  /external/tensorflow/tensorflow/python/training/
moving_averages.py 34 """Compute the moving average of a variable.
36 The moving average of 'variable' updated with 'value' is:
39 The returned Operation sets 'variable' to the newly computed moving average.
69 decay: A float Tensor or float value. The moving average decay.
77 moving average.
98 """Compute the weighted moving average of `value`.
100 Conceptually, the weighted moving average is:
102 where a moving average updates by the rule
104 Internally, this Op keeps moving average variables of both `value * weight`
109 decay: A float `Tensor` or float value. The moving average decay
425 def average(self, var): member in class:ExponentialMovingAverage
    [all...]
  /external/autotest/client/site_tests/video_WebRtcCamera/
blackframe.js 18 // Early termination if the average Luma so far is bright enough.
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
blackframe.js 18 // Early termination if the average Luma so far is bright enough.
  /external/autotest/client/tests/btreplay/
control 10 system time, and average request completion latency.
  /external/autotest/server/site_tests/audiovideo_AVSyncInternalDisplayAudioJack/
audiovideo_AVSyncInternalDisplayAudioJack.py 66 logging.info('average: %f', parser.video_duration_average)
69 logging.info('average: %f', parser.sync_duration_average)
82 self.output_perf_value(description='Video frame duration average',
98 self.output_perf_value(description='Audio/Video Sync duration average',
  /external/fio/tools/plot/samples/
Makefile 17 rm -rf *.average *.stddev *.min *.max *.global
  /external/iproute2/man/man8/
tc-police.8 23 .IR "SAMPLE AVERAGE " ]
91 .BI estimator " SAMPLE AVERAGE"
93 .IR SAMPLE " and " AVERAGE
95 what timespan an average is built.
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.train.-exponential-moving-average.pbtxt 14 name: "average"
  /external/toolchain-utils/cros_utils/
machines.py 11 def MachineIsPingable(machine, logging_level='average'):
  /external/webrtc/webrtc/modules/audio_processing/test/
unittest.proto 25 optional int32 average = 2;
  /external/webrtc/webrtc/test/testsupport/metrics/
video_metrics_unittest.cc 58 EXPECT_EQ(kPsnrPerfectResult, psnr_result_.average);
64 EXPECT_EQ(kSsimPerfectResult, ssim_result_.average);
71 EXPECT_EQ(kPsnrPerfectResult, psnr_result_.average);
72 EXPECT_EQ(kSsimPerfectResult, ssim_result_.average);
  /frameworks/base/services/robotests/src/com/android/server/backup/transport/
TransportStatsTest.java 59 assertThat(stats.average).isWithin(TOLERANCE).of(50);
72 assertThat(stats.average).isWithin(TOLERANCE).of(75);
85 assertThat(stats.average).isWithin(TOLERANCE).of(10);
100 assertThat(stats.average).isWithin(TOLERANCE).of(15);
  /system/extras/perfprofd/
perfprofd.conf 18 # Average interval to wait between profile collection attempts (seconds)
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptYuvMeans1d.java 27 * Average a {@code Hx1} {@link ElementInfo#U8_3 U8_3} {@link Allocation allocation} into a 1x1
31 * to average the input down to a 1x1 element.</p>
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
LightNavigationBarVerifier.java 167 final OptionalDouble average = Arrays.stream(diffs).filter(diff -> diff != 0).average();
168 return average.isPresent() && average.getAsDouble() > LIGHT_NAVBAR_SUPPORTED_THRESHOLD;
179 final OptionalDouble average = Arrays.stream(diffs).filter(diff -> diff != 0).average();
180 return average.isPresent()
181 && Math.abs(average.getAsDouble()) < LIGHT_NAVBAR_NOT_SUPPORTED_THRESHOLD;
  /external/autotest/contrib/
suite_times 17 # Print average inter-test time:
20 # Print average test run time:
  /external/ltp/utils/ffsb-6.0-rc2/
util.c 317 uint64_t average = 0; local
326 average = total_usec / 1000ull;
327 printf("average time for gettimeofday(): %llu nsec\n", average);
334 uint64_t average = 0; local
343 average = total_usec / 1000ull;
344 printf("average time for getpid(): %llu nsec\n", average);
  /external/tensorflow/tensorflow/contrib/opt/python/training/
moving_average_optimizer.py 15 """Moving average optimizer."""
32 """Optimizer that computes a moving average of the variables.
34 Empirically it has been found that using the moving average of the trained
36 directly. This optimizer allows you to compute this moving average and swap
77 sequential_update: Bool. If False, will compute the moving average at the
80 If True, will update the moving average after gradient
104 v_avg = self._ema.average(v)
133 their moving average counterpart.

Completed in 267 milliseconds

1 2 34 5 6 7 8 91011>>