Home
last modified time | relevance | path

Searched refs:max (Results 1 – 25 of 28) sorted by relevance

12

/test/vti/dashboard/src/main/java/com/android/vts/util/
DStatSummary.java25 private double max; field in StatSummary
47 double max, in StatSummary() argument
54 this.max = max; in StatSummary()
85 if (value > max) max = value; in updateStats()
131 return max; in getMax()
DHistogram.java42 private Double max = null; field in Histogram
115 return max; in getMax()
134 if (max == null || value > max) in addData()
135 max = value; in addData()
162 json.add(MAX_KEY, new JsonPrimitive(max)); in toJson()
/test/vti/dashboard/src/main/webapp/css/
Dshow_table.css23 transition: max-width 1s;
24 max-width: 150px;
28 max-width: 1000px;
31 max-width: none;
39 max-width: inherit;
68 max-height: 200px;
Dtest_acknowledgments.css90 max-height: 30%;
130 max-height: 250px;
Dcommon.css19 max-width: 1600px;
Dsearch_header.css67 max-height: 75%;
Ddashboard_main.css92 max-height: 50%;
Dtest_results.css52 max-height: 33%;
Dshow_test_runs_common.css65 max-height: 200px;
/test/vti/dashboard/src/test/java/com/android/vts/util/
DStatSummaryTest.java65 double max = Double.MIN_VALUE; in testMax() local
70 if (value > max) max = value; in testMax()
73 assertEquals(max, test.getMax(), threshold); in testMax()
/test/mlts/benchmark/results/
DChart.bundle.min.js10max(e,t),i)}function h(t){var e=t.toString(16).toUpperCase();return e.length<2?"0"+e:e}e.exports={… property
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_graph.jsp63 maxVal = g.max;
135 * max: the maximum value to display
137 function drawHistogram(hist, min, max) {
143 if (d <= max && d >= min) result.push([hist.ids[i], d]);
148 var bucketSize = (max - min) / N_BUCKETS;
187 maxValue: max,
/test/mlts/benchmark/src/com/android/nn/benchmark/evaluators/
DMelCepLogF0.java55 mMaxMelCepDistortion = Math.max(mMaxMelCepDistortion, melCepDistortion); in EvaluateSequenceAccuracy()
61 mMaxLogF0Error = Math.max(mMaxLogF0Error, logF0Error); in EvaluateSequenceAccuracy()
DPhoneErrorRate.java24 mMaxPER = Math.max(mMaxPER, per); in EvaluateSequenceAccuracy()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DAcceleratorSpecificTestSupport.java65 default long ramdomInRange(long min, long max) { in ramdomInRange() argument
66 return min + (long) (Math.random() * (max - min)); in ramdomInRange()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java103 private Long max; field in ProfilingPointSummaryEntity
311 double max = (double) e.getProperty(MAX); in fromEntity() local
317 max, in fromEntity()
/test/vti/test_serving/gae/frontend/src/app/menu/lab/
Dlab.component.scss15 max-width: 40px;
/test/mlts/benchmark/tools/
Dtensor_utils.py240 self.max_absolute_diff = max(self.max_absolute_diff, np.max(diff))
242 self.absolute_range = max(abs(self.min_absolute_diff),
270 'max': np.max(diff),
/test/vts/utils/python/controllers/
Dandroid.py72 (addr, port), max(1, timeout_time - time.time()))
/test/vts/runners/host/tcp_server/
Dcallback_server.py116 id = int(max(_functions, key=int)) + 1
/test/vti/test_serving/proto/
DTestLabConfigMessage.proto50 // optional - device index for a host starting from 0 to 13 (max).
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DLatencyResult.java50 maxComputeTimeSec = Math.max(maxComputeTimeSec, result); in LatencyResult()
/test/vts/utils/python/cpu/
Dcpu_frequency_scaling.py111 self._theoretical_max_frequency[cpu_no] = max(freq)
/test/vts/runners/target/vts_hal_hidl_target/
DVtsHalHidlTargetCallbackBase.h388 auto timeout_min = steady_clock::duration::max(); in GetWaitAnyTimeout()
/test/mlts/benchmark/native/
Dmulti_process_test.cpp152 return model->benchmark(data, std::numeric_limits<int>::max(), in runModel()

12