Home
last modified time | relevance | path

Searched defs:percentile (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/client/bin/
Dfio_util.py85 def _parse_log_file(cls, file_name, pass_index, pass_count, percentile): argument
129 def _gen_data_col(cls, pass_list, percentile): argument
149 def _gen_data_row(cls, test_type, pass_list, percentile): argument
168 def _write_data(cls, f, test_type, pass_list, percentile): argument
187 def _write_option(cls, f, test_name, test_type, percentile): argument
212 def _write_graph(cls, test_name, test_type, pass_list, percentile=False): argument
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtest_util.cc82 int ExponentialRandomPositiveInt(float percentile, int percentile_val, in ExponentialRandomPositiveInt()
94 float ExponentialRandomPositiveFloat(float percentile, float percentile_val, in ExponentialRandomPositiveFloat()
/external/chromium-trace/catapult/common/lab/
Dcommits.py35 def Percentile(data, percentile): argument
/external/grpc-grpc/tools/run_tests/performance/
Dmassage_qps_stats_helpers.py40 def percentile(buckets, pctl, boundaries): function
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dmassage_qps_stats_helpers.py40 def percentile(buckets, pctl, boundaries): function
/external/webrtc/rtc_base/numerics/
Dpercentile_filter.h59 PercentileFilter<T>::PercentileFilter(float percentile) in PercentileFilter()
Dsamples_stats_counter.cc45 double SamplesStatsCounter::GetPercentile(double percentile) { in GetPercentile()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dtfstreamz.proto17 double percentile = 1; field
/external/tensorflow/tensorflow/core/lib/monitoring/
Dpercentile_sampler.cc72 for (auto percentile : percentiles_) { in value() local
Dtypes.h35 double percentile = 0.0; member
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
DSummary.java170 public static ValueAtPercentile create(double percentile, double value) { in create()
/external/grpc-grpc/test/core/util/
Dhistogram_test.cc28 static void expect_percentile(grpc_histogram* h, double percentile, in expect_percentile()
Dhistogram.cc196 double grpc_histogram_percentile(grpc_histogram* h, double percentile) { in grpc_histogram_percentile()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DConsoleOutput.java119 Percentile percentile = new Percentile(); in processTrial() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
DStatUtils.java520 public static double percentile(final double[] values, final double p) { in percentile() method in StatUtils
551 public static double percentile(final double[] values, final int begin, in percentile() method in StatUtils
/external/webrtc/modules/audio_coding/neteq/
Ddelay_manager.cc42 int PercentileToQuantile(double percentile) { in PercentileToQuantile()
59 double percentile = -1.0; in GetDelayHistogramConfig() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DSlidingPercentile.java115 public float getPercentile(float percentile) { in getPercentile()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/debug/
Dstats.cc138 double percentile) { in grpc_stats_histo_percentile()
/external/grpc-grpc/src/core/lib/debug/
Dstats.cc133 double percentile) { in grpc_stats_histo_percentile()
/external/rust/crates/grpcio-sys/grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py186 def percentile(N, percent, key=lambda x: x): function
/external/grpc-grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py185 def percentile(N, percent, key=lambda x: x): function
/external/rust/crates/bencher/
Dstats.rs105 fn percentile(&self, pct: f64) -> f64; in percentile() method
256 fn percentile(&self, pct: f64) -> f64 { in percentile() method
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt.proto223 double percentile = 1; field
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dvideo_encoder_e2e_test.cpp271 for (int percentile : kLoggedLatencyPercentiles) { in PrintResult() local
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dchoose_fastest_dataset_op.cc352 double percentile = histograms_[i].Percentile(kPercentile); in SelectFastestInputIndex() local

12