/external/webrtc/rtc_base/experiments/ |
D | quality_scaling_experiment_unittest.cc | 118 const auto thresholds = in TEST() local 120 EXPECT_TRUE(thresholds); in TEST() 121 EXPECT_EQ(1, thresholds->low); in TEST() 122 EXPECT_EQ(2, thresholds->high); in TEST() 128 const auto thresholds = in TEST() local 130 EXPECT_FALSE(thresholds); in TEST() 136 const auto thresholds = in TEST() local 138 EXPECT_TRUE(thresholds); in TEST() 139 EXPECT_EQ(3, thresholds->low); in TEST() 140 EXPECT_EQ(4, thresholds->high); in TEST() [all …]
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | metrics_utils.py | 212 def assert_thresholds_range(thresholds): argument 213 if thresholds is not None: 214 invalid_thresholds = [t for t in thresholds if t is None or t < 0 or t > 1] 221 def parse_init_thresholds(thresholds, default_threshold=0.5): argument 222 if thresholds is not None: 223 assert_thresholds_range(to_list(thresholds)) 224 thresholds = to_list(default_threshold if thresholds is None else thresholds) 225 return thresholds 284 thresholds, argument 291 Note that the thresholds need to be evenly distributed within the list, eg, [all …]
|
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/cluster/v3/ |
D | circuit_breaker.proto | 28 // A Thresholds defines CircuitBreaker settings for a 31 message Thresholds { message 33 "envoy.api.v2.cluster.CircuitBreakers.Thresholds"; 37 "envoy.api.v2.cluster.CircuitBreakers.Thresholds.RetryBudget"; 102 // If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` 104 // the first one in the list is used. If no Thresholds is defined for a given 107 repeated Thresholds thresholds = 1; field 113 …// <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is su… 115 …// If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresh… 117 // the first one in the list is used. If no per-host Thresholds are defined for a given [all …]
|
/external/libaom/av1/encoder/ |
D | var_based_part.c | 435 // Tune thresholds less or more aggressively to prefer larger partitions 437 AV1_COMP *cpi, int64_t thresholds[], uint64_t block_sad, int current_qindex, in tune_thresh_based_on_qindex() argument 452 thresholds[i] <<= 1; in tune_thresh_based_on_qindex() 456 thresholds[3] = INT64_MAX; in tune_thresh_based_on_qindex() 458 thresholds[1] <<= 2; in tune_thresh_based_on_qindex() 459 thresholds[2] <<= (source_sad_nonrd <= kLowSad) ? 5 : 4; in tune_thresh_based_on_qindex() 461 thresholds[1] <<= 1; in tune_thresh_based_on_qindex() 462 thresholds[2] <<= 3; in tune_thresh_based_on_qindex() 473 // Increase the sad thresholds for base TL0, as reference/LAST is in tune_thresh_based_on_qindex() 482 thresholds[2] = (3 * thresholds[2]) >> 2; in tune_thresh_based_on_qindex() [all …]
|
D | var_based_part.h | 32 100 // Use increased thresholds for midres for speed 9 when qindex is above 37 /*!\brief Set the thresholds for variance based partition. 39 * Set the variance split thresholds for following the block sizes: 42 * currently only used on key frame. The thresholds are based om Q, resolution, 53 * \remark Returns the set of thresholds in \c cpi->vbp_info.thresholds. 67 * and selection is done top-down via as set of partition thresholds. defined
|
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/ |
D | ThresholdBatcher.java | 52 * thresholds is breached, and then delivers the elements in a batch to the consumer. 78 private final ArrayList<BatchingThreshold<E>> thresholds; field in ThresholdBatcher 93 this.thresholds = new ArrayList<>(builder.thresholds); in ThresholdBatcher() 105 private Collection<BatchingThreshold<E>> thresholds; field in ThresholdBatcher.Builder 126 /** Set the thresholds for the ThresholdBatcher. */ 127 public Builder<E> setThresholds(Collection<BatchingThreshold<E>> thresholds) { in setThresholds() argument 128 this.thresholds = thresholds; in setThresholds() 163 * thresholds, the batch will be sent to the {@code ThresholdBatchReceiver}. 176 // Schedule a job only when no thresholds have been exceeded, otherwise it will be in add() 267 for (BatchingThreshold<E> threshold : thresholds) { in isAnyThresholdReached() [all …]
|
/external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/ |
D | ScorecardOrBuilder.java | 144 * The thresholds used to determine the state of the scorecard given the 151 * As an example, consider a scorecard with the following four thresholds: 181 * <code>repeated .google.monitoring.dashboard.v1.Threshold thresholds = 6;</code> 188 * The thresholds used to determine the state of the scorecard given the 195 * As an example, consider a scorecard with the following four thresholds: 225 * <code>repeated .google.monitoring.dashboard.v1.Threshold thresholds = 6;</code> 232 * The thresholds used to determine the state of the scorecard given the 239 * As an example, consider a scorecard with the following four thresholds: 269 * <code>repeated .google.monitoring.dashboard.v1.Threshold thresholds = 6;</code> 276 * The thresholds used to determine the state of the scorecard given the [all …]
|
D | Scorecard.java | 26 * one or more thresholds. 1974 * The thresholds used to determine the state of the scorecard given the 1981 * As an example, consider a scorecard with the following four thresholds: 2011 * <code>repeated .google.monitoring.dashboard.v1.Threshold thresholds = 6;</code> 2021 * The thresholds used to determine the state of the scorecard given the 2028 * As an example, consider a scorecard with the following four thresholds: 2058 * <code>repeated .google.monitoring.dashboard.v1.Threshold thresholds = 6;</code> 2069 * The thresholds used to determine the state of the scorecard given the 2076 * As an example, consider a scorecard with the following four thresholds: 2106 * <code>repeated .google.monitoring.dashboard.v1.Threshold thresholds = 6;</code> [all …]
|
/external/tensorflow/tensorflow/python/keras/benchmarks/ |
D | metrics_memory_benchmark_test.py | 61 thresholds = [x / (num_thresholds - 1) for x in range(num_thresholds)] 62 thresholds[100] += 1 / 200 63 thresholds = thresholds[1:-1] 65 auc = tf.keras.metrics.AUC(thresholds=thresholds)
|
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/cluster/ |
D | circuit_breaker.proto | 28 // A Thresholds defines CircuitBreaker settings for a 31 message Thresholds { message 94 // If multiple :ref:`Thresholds<envoy_api_msg_cluster.CircuitBreakers.Thresholds>` 96 // the first one in the list is used. If no Thresholds is defined for a given 99 repeated Thresholds thresholds = 1; field
|
/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/config/cluster/v3/ |
D | circuit_breaker_pb2.py | 22 …Thresholds\x12P\n\x13per_host_thresholds\x18\x02 \x03(\x0b\x32\x33.envoy.config.cluster.v3.Circuit… 31 …alized_options = b'\232\305\210\036=\n;envoy.api.v2.cluster.CircuitBreakers.Thresholds.RetryBudget' 35 …SHOLDS._serialized_options = b'\232\305\210\0361\n/envoy.api.v2.cluster.CircuitBreakers.Thresholds'
|
/external/webrtc/api/video_codecs/ |
D | video_encoder.cc | 65 : thresholds(QpThresholds(low, high)) {} in ScalingSettings() 70 : thresholds(QpThresholds(low, high)), min_pixels_per_frame(min_pixels) {} in ScalingSettings() 115 if (scaling_settings.thresholds) { in ToString() 116 oss << "Thresholds { " in ToString() 118 << scaling_settings.thresholds->low in ToString() 119 << ", high = " << scaling_settings.thresholds->high << "}, "; in ToString() 193 if (scaling_settings.thresholds.has_value() != in operator ==() 194 rhs.scaling_settings.thresholds.has_value()) { in operator ==() 197 if (scaling_settings.thresholds.has_value()) { in operator ==() 198 QpThresholds l = *scaling_settings.thresholds; in operator ==() [all …]
|
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 974 thresholds: (Optional) Defaults to 0.5. A float value or a python list/tuple 985 thresholds=None, argument 990 self.init_thresholds = thresholds 991 self.thresholds = metrics_utils.parse_init_thresholds( 992 thresholds, default_threshold=0.5) 994 metrics_utils.is_evenly_distributed_thresholds(self.thresholds)) 997 shape=(len(self.thresholds),), 1017 thresholds=self.thresholds, 1022 if len(self.thresholds) == 1: 1029 num_thresholds = len(to_list(self.thresholds)) [all …]
|
/external/libchrome/base/memory/ |
D | memory_pressure_monitor_chromeos.cc | 58 MemoryPressureMonitor::MemoryPressureThresholds thresholds) { in GetModerateMemoryThresholdInPercent() argument 59 return thresholds == MemoryPressureMonitor:: in GetModerateMemoryThresholdInPercent() 61 thresholds == MemoryPressureMonitor::THRESHOLD_AGGRESSIVE in GetModerateMemoryThresholdInPercent() 69 MemoryPressureMonitor::MemoryPressureThresholds thresholds) { in GetCriticalMemoryThresholdInPercent() argument 70 return thresholds == MemoryPressureMonitor:: in GetCriticalMemoryThresholdInPercent() 72 thresholds == MemoryPressureMonitor::THRESHOLD_AGGRESSIVE in GetCriticalMemoryThresholdInPercent() 107 MemoryPressureThresholds thresholds) in MemoryPressureMonitor() argument 113 GetModerateMemoryThresholdInPercent(thresholds)), in MemoryPressureMonitor() 115 GetCriticalMemoryThresholdInPercent(thresholds)), in MemoryPressureMonitor()
|
/external/skia/src/gpu/ganesh/gradients/ |
D | GrGradientShader.cpp | 214 // simplification is worth it. It is assumed thresholds are provided in increasing value, in make_unrolled_colorizer() 313 const SkScalar* thresholds) { in make_looping_colorizer() argument 345 "uniform float4 thresholds[%d];" in make_looping_colorizer() 352 // Choose a chunk from thresholds via binary search in a loop. in make_looping_colorizer() 357 "if (t < thresholds[chunk].w) {" in make_looping_colorizer() 367 "if (t < thresholds[chunk].y) {" in make_looping_colorizer() 368 "pos = (t < thresholds[chunk].x) ? 0 : 1;" in make_looping_colorizer() 370 "pos = (t < thresholds[chunk].z) ? 2 : 3;" in make_looping_colorizer() 377 , /* thresholds: */ intervalChunks, in make_looping_colorizer() 392 "thresholds", SkSpan((const SkV4*)thresholds, intervalChunks), in make_looping_colorizer() [all …]
|
/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ |
D | TextExtractionEvaluationMetricsOrBuilder.java | 43 * Output only. Metrics that have confidence thresholds. 58 * Output only. Metrics that have confidence thresholds. 72 * Output only. Metrics that have confidence thresholds. 85 * Output only. Metrics that have confidence thresholds. 102 * Output only. Metrics that have confidence thresholds.
|
/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/ |
D | TextExtractionEvaluationMetricsOrBuilder.java | 43 * Output only. Metrics that have confidence thresholds. 57 * Output only. Metrics that have confidence thresholds. 71 * Output only. Metrics that have confidence thresholds. 84 * Output only. Metrics that have confidence thresholds. 101 * Output only. Metrics that have confidence thresholds.
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.metrics.pbtxt | 9 … \'updates_collections\', \'curve\', \'name\', \'summation_method\', \'thresholds\'], varargs=None… 21 …argspec: "args=[\'labels\', \'predictions\', \'thresholds\', \'weights\', \'metrics_collections\',… 29 …argspec: "args=[\'labels\', \'predictions\', \'thresholds\', \'weights\', \'metrics_collections\',… 77 …argspec: "args=[\'labels\', \'predictions\', \'thresholds\', \'weights\', \'metrics_collections\',… 93 …argspec: "args=[\'labels\', \'predictions\', \'thresholds\', \'weights\', \'metrics_collections\',… 125 …argspec: "args=[\'labels\', \'predictions\', \'thresholds\', \'weights\', \'metrics_collections\',… 133 …argspec: "args=[\'labels\', \'predictions\', \'thresholds\', \'weights\', \'metrics_collections\',…
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 636 thresholds, 644 above `thresholds[i]` whose corresponding entry in `labels` is `True`. 646 at most `thresholds[i]` whose corresponding entry in `labels` is `True`. 648 at most `thresholds[i]` whose corresponding entry in `labels` is `False`. 650 above `thresholds[i]` whose corresponding entry in `labels` is `False`. 663 thresholds: A python list or tuple of float thresholds in `[0, 1]`. 671 values: Dict of variables of shape `[len(thresholds)]`. Keys are from 704 num_thresholds = len(thresholds) 718 array_ops.expand_dims(array_ops.constant(thresholds), [1]), 721 # Tile the predictions after thresholding them across different thresholds. [all …]
|
/external/google-cloud-java/java-billingbudgets/proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/ |
D | BudgetOrBuilder.java | 174 * Optional. Rules that trigger alerts (notifications of thresholds 189 * Optional. Rules that trigger alerts (notifications of thresholds 204 * Optional. Rules that trigger alerts (notifications of thresholds 219 * Optional. Rules that trigger alerts (notifications of thresholds 235 * Optional. Rules that trigger alerts (notifications of thresholds 252 * Optional. Rules to apply to notifications sent based on budget spend and thresholds. 266 * Optional. Rules to apply to notifications sent based on budget spend and thresholds. 280 * Optional. Rules to apply to notifications sent based on budget spend and thresholds.
|
/external/google-cloud-java/java-billingbudgets/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/ |
D | BudgetOrBuilder.java | 174 * Optional. Rules that trigger alerts (notifications of thresholds 187 * Optional. Rules that trigger alerts (notifications of thresholds 200 * Optional. Rules that trigger alerts (notifications of thresholds 213 * Optional. Rules that trigger alerts (notifications of thresholds 227 * Optional. Rules that trigger alerts (notifications of thresholds 242 * thresholds. 257 * thresholds. 272 * thresholds.
|
/external/googleapis/google/monitoring/dashboard/v1/ |
D | scorecard.proto | 33 // one or more thresholds. 80 // its value relative to its thresholds. 84 // The thresholds used to determine the state of the scorecard given the 92 // As an example, consider a scorecard with the following four thresholds: 122 repeated Threshold thresholds = 6; field
|
/external/webrtc/modules/audio_coding/audio_network_adaptor/ |
D | channel_controller_unittest.cc | 73 // Use between-thresholds bandwidth to check output remains at 1. in TEST() 80 // Use between-thresholds bandwidth to check output remains at 2. in TEST() 88 // Use between-thresholds bandwidth to check output remains at 1. in TEST() 94 // Use between-thresholds bandwidth to check output remains at 2. in TEST()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/ |
D | AbstractConvergenceChecker.java | 54 * Build an instance with default thresholds. 56 * @deprecated in 3.1 (to be removed in 4.0). Convergence thresholds are problem-dependent. As 58 * of relying on an algorithm's default procedure, they should also set the thresholds 68 * Build an instance with a specified thresholds.
|
/external/AFLplusplus/docs/resources/ |
D | grafana-afl++.json | 122 "thresholds": [ array 234 "thresholds": [], array 329 "thresholds": [], array 433 "thresholds": [], array 528 "thresholds": [], array 632 "thresholds": [], array 736 "thresholds": [], array 831 "thresholds": [], array 935 "thresholds": [], array 1030 "thresholds": [], array [all …]
|