HomeSort by relevance Sort by last modified time
    Searched refs:median (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/tensorflow/tensorflow/contrib/eager/python/
datasets_test.py 188 median_wall_time = np.median(deltas)
190 'Slice/repeat/batch eager input size: %d batch size: %d Median wall '
216 median_wall_time = np.median(deltas)
218 'Slice/batch/cache/repeat eager input size: %d batch size: %d Median '
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
AudioFragment.java 246 latencyChart.setLabel(String.format(Locale.US, "Median=%.1f ms", Utils.median(audioTest.deltas_mic)));
249 latencyChart.setLabel(String.format(Locale.US, "Median=%.1f ms", Utils.median(audioTest.deltas_queue2wire)));
Utils.java 31 public static double median(ArrayList<Double> arrList) { method in class:Utils
ScreenResponseFragment.java 342 // Show deltas and the median
349 double median_b2w = Utils.median(deltas_b2w);
350 double median_w2b = Utils.median(deltas_w2b);
353 "Median screen response latencies (N=%d):\n" +
  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 679 // The delay metrics consists of the delay |median| and the delay standard
688 virtual int GetDelayMetrics(int* median, int* std) = 0;
689 virtual int GetDelayMetrics(int* median, int* std,
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation.c 541 int* median,
545 if (median == NULL) {
554 if (WebRtcAec_GetDelayMetricsCore(self->aec, median, std,
aec_core.c 758 int median = 0; local
764 // We have no new delay value data. Even though -1 is a valid |median| in
775 // Start value for median count down.
777 // Get median of delay values since last update.
781 median = i;
786 self->delay_median = (median - lookahead) * kMsPerBlock;
788 // Calculate the L1 norm, with median value as central moment.
790 l1_norm += abs(i - median) * self->delay_histogram[i];
    [all...]
  /cts/apps/CameraITS/pymodules/its/
cv2image.py 217 6) Return median angle of most common square shape.
232 Median angle of squares in degrees identified in the image.
286 median_area = numpy.median(areas)
302 return numpy.median(filtered_angles)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java 562 * @param median the median of the Cauchy distribution
564 * @return random value sampled from the Cauchy(median, scale) distribution
568 public double nextCauchy(double median, double scale) throws MathException {
569 return nextInversionDeviate(new CauchyDistributionImpl(median, scale));
606 * @param shape the median of the Gamma distribution
    [all...]
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 137 @param stat: Name of the statistic (e.g. median, 99th percentile)
165 median = values[int(0.5*len(values))]
171 metric, 'median', median)
  /system/core/init/
perfboot.py 325 def median(data): function
326 """Calculates the median value from |data|."""
353 print 'median:', median(end_times)
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
EmmcPerformanceTest.java 227 metrics.put(testKey, Double.toString(stats.median()));
230 Double.toString(entry.getValue().median()));
  /external/tensorflow/tensorflow/python/data/kernel_tests/
dataset_constructor_op_test.py 526 median_wall_time = np.median(deltas)
528 "Median wall time per element: %f" % (input_size, batch_size,
564 median_wall_time = np.median(deltas)
566 "Slice/repeat/batch with callable input size: %d batch size: %d Median"
603 median_wall_time = np.median(deltas)
605 "Median wall time per element: %f" % (input_size, batch_size,
641 median_wall_time = np.median(deltas)
644 "Median wall time per element: %f"
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 661 int median; local
666 apm_->echo_cancellation()->GetDelayMetrics(&median, &std,
692 int median; local
696 apm_->echo_cancellation()->GetDelayMetrics(&median, &std,
698 EXPECT_GE(expected_median_high, median);
699 EXPECT_LE(expected_median_low, median);
937 int median = 0; local
2150 int median = 0; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
WavAnalyzer.java 210 // Calculate median of trials.
213 dB[i] = 10 * Math.log10(Util.median(power[i]));
  /external/python/cpython3/Lib/
statistics.py 15 median Median (middle value) of data.
16 median_low Low median of data.
17 median_high High median of data.
18 median_grouped Median, or 50th percentile, of grouped data.
28 Calculate the standard median of discrete data:
30 >>> median([2, 3, 4, 5])
34 Calculate the median, or 50th percentile, of data grouped into class intervals
43 the class interval 3.5-4.5. The median of these data points is 2.8333...
81 'median', 'median_low', 'median_high', 'median_grouped'
364 def median(data): function
    [all...]
  /frameworks/base/tests/JankBench/scripts/external/
statistics.py 31 median Median (middle value) of data.
32 median_low Low median of data.
33 median_high High median of data.
34 median_grouped Median, or 50th percentile, of grouped data.
44 Calculate the standard median of discrete data:
46 >>> median([2, 3, 4, 5])
50 Calculate the median, or 50th percentile, of data grouped into class intervals
59 the class interval 3.5-4.5. The median of these data points is 2.8333...
97 'median', 'median_low', 'median_high', 'median_grouped'
337 def median(data): function
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
cauchy_test.py 361 self.assertAllClose(np.median(sample_values), loc_v, atol=1e-1)
387 np.median(sample_values[:, 0, 0]), loc_v[0], atol=1e-1)
389 np.median(sample_values[:, 0, 1]), loc_v[1], atol=1e-1)
  /external/v8/tools/
callstats.py 318 median = numpy.median(data)
341 return { 'samples': N, 'average': average, 'median': median,
  /external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.cc 894 int median = 0; local
899 &median, &std, &poor_fraction)) {
907 delay_median = median;
    [all...]
  /external/toolchain-utils/cros_utils/
stats.py 68 median
169 ## improved histogram and median functions (estbinwidth) and
314 Returns the computed median value of a list of numbers, given the
316 closer to the median score, default number of bins = 1000). See G.W.
331 median = LRL + (
332 (len(inlist) / 2.0 - cfbelow) / float(freq)) * binsize # median formula
333 return median
348 median = float(newlist[index] + newlist[index - 1]) / 2
351 median = newlist[index]
352 return median
1919 median = Dispatch((lmedian, (ListType, TupleType)),) variable
4374 median = Dispatch((lmedian, (ListType, TupleType)), (amedian, (N.ndarray,))) variable
    [all...]
  /prebuilts/go/darwin-x86/src/sort/
sort.go 73 // medianOfThree moves the median of the three values data[m0], data[m1], data[m2] into data[m1].
99 // Tukey's ``Ninther,'' median of three medians of three.
133 // If hi-c<3 then there are duplicates (by property of median of nine).
  /prebuilts/go/linux-x86/src/sort/
sort.go 73 // medianOfThree moves the median of the three values data[m0], data[m1], data[m2] into data[m1].
99 // Tukey's ``Ninther,'' median of three medians of three.
133 // If hi-c<3 then there are duplicates (by property of median of nine).
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 126 /* Find median: Simple n^2 algorithm for experimentation */
128 unsigned int median; local
154 /* Even number MBs so estimate median as mean of two either side. */
155 median = (1 + sortlist[cpi->common.MBs >> 1] +
159 cpi->activity_avg = median;
    [all...]
  /external/skia/bench/
nanobench.cpp     [all...]

Completed in 971 milliseconds

1 23 4 5 6