/external/autotest/client/bin/ |
D | fio_util.py | 76 def _parse_log_file(cls, file_name, pass_index, pass_count, percentile): argument 120 def _gen_data_col(cls, pass_list, percentile): argument 140 def _gen_data_row(cls, test_type, pass_list, percentile): argument 159 def _write_data(cls, f, test_type, pass_list, percentile): argument 178 def _write_option(cls, f, test_name, test_type, percentile): argument 203 def _write_graph(cls, test_name, test_type, pass_list, percentile=False): argument
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | test_util.cc | 82 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/ |
D | commits.py | 35 def Percentile(data, percentile): argument
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | massage_qps_stats_helpers.py | 40 def percentile(buckets, pctl, boundaries): function
|
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/ |
D | Summary.java | 170 public static ValueAtPercentile create(double percentile, double value) { in create()
|
/external/grpc-grpc/test/core/util/ |
D | histogram_test.cc | 28 static void expect_percentile(grpc_histogram* h, double percentile, in expect_percentile()
|
D | histogram.cc | 196 double grpc_histogram_percentile(grpc_histogram* h, double percentile) { in grpc_histogram_percentile()
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | ConsoleOutput.java | 119 Percentile percentile = new Percentile(); in processTrial() local
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | sample_stats.py | 219 def percentile(x, function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ |
D | StatUtils.java | 520 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/grpc-grpc/src/core/lib/debug/ |
D | stats.cc | 133 double percentile) { in grpc_stats_histo_percentile()
|
/external/grpc-grpc/tools/profiling/latency_profile/ |
D | profile_analyzer.py | 185 def percentile(N, percent, key=lambda x: x): function
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | choose_fastest_dataset_op.cc | 333 double percentile = histograms_[i].Percentile(kPercentile); in SelectFastestInputIndex() local
|
D | choose_fastest_branch_dataset_op.cc | 460 double percentile = histograms_[i].Percentile(kPercentile); in SelectFastestInputIndex() local
|