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

  /external/lisa/tools/scripts/
framestats_analysis.py 46 averages = ['avg-frame-time-50', 'avg-frame-time-90', variable
102 # be transposed to make averages be columns again
103 ave_base = pd.DataFrame(base[name][averages].mean()).T
104 ave_test = pd.DataFrame(test[name][averages].mean()).T
110 print_header(base[name][averages])
113 print_as_row('all base', base[name][averages])
114 print_as_row('all test', test[name][averages])
  /cts/tests/tvprovider/src/android/tvprovider/cts/
TvProviderPerfTest.java 82 double[] averages = new double[5]; local
112 averages[0] = Stat.getAverage(applyBatchTimes);
140 averages[1] = Stat.getAverage(applyBatchTimes);
156 averages[2] = Stat.getAverage(applyBatchTimes);
176 averages[3] = Stat.getAverage(applyBatchTimes);
187 averages[4] = Stat.getAverage(applyBatchTimes);
190 + "delete", averages, ResultType.LOWER_BETTER, ResultUnit.MS);
196 double[] averages = new double[7]; local
250 averages[0] = Stat.getAverage(applyBatchTimes);
285 averages[1] = Stat.getAverage(applyBatchTimes)
    [all...]
  /external/autotest/site_utils/bootperf-bin/
perfprinter.py 40 """Print 'bootperf' results in "summary of averages" format.
  /external/fio/tools/
fiologparser.py 138 averages = []
144 averages.append(sum(results))
150 for i in range(0, len(averages)):
151 total += averages[i]*weights[i]
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 600 averages = []
606 averages.append(round(avg, self.lr))
607 return averages
    [all...]
  /external/libavc/common/arm/
ih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s 53 @* horizontal direction on the output of the first stage. It then averages
62 @* horizontal direction to output the (1/2,1/2). It then averages
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s 50 @* vertical direction on the predictor values. It then averages these
59 @* and then in the vertical direction, and then averages these two
ih264_inter_pred_luma_bilinear_a9q.s 59 @* The function averages the two adjacent values from the two input arrays in horizontal direction.
ih264_inter_pred_luma_horz_hpel_vert_qpel_a9q.s 53 @* vertical direction on the output of the first stage. It then averages
62 @* vertical direction to output the (1/2,1/2). It then averages
  /external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
training.py     [all...]
  /external/blktrace/btt/doc/
btt.tex 379 \item[Per Process Averages] The average columns from the above charts,
401 \item[Per Device Averages] The average columns from the above charts,
428 Besides the averages output by default, the following 3 files are also
    [all...]

Completed in 775 milliseconds