/external/opencensus-java/contrib/grpc_metrics/src/main/java/io/opencensus/contrib/grpc/metrics/ |
D | RpcViewConstants.java | 126 @VisibleForTesting static final Aggregation MEAN = Aggregation.Mean.create(); field in RpcViewConstants 171 MEAN, 457 MEAN, 730 MEAN, 744 MEAN, 758 MEAN, 772 MEAN, 786 MEAN, 800 MEAN, 814 MEAN, [all …]
|
/external/opencensus-java/api/src/test/java/io/opencensus/stats/ |
D | ViewTest.java | 54 MEAN, in sortTagKeys() 65 final View view = View.create(NAME, DESCRIPTION, MEASURE, MEAN, KEYS); in testDistributionView() 69 assertThat(view.getAggregation()).isEqualTo(MEAN); in testDistributionView() 76 final View view = View.create(NAME, DESCRIPTION, MEASURE, MEAN, KEYS, Interval.create(MINUTE)); in testIntervalView() 80 assertThat(view.getAggregation()).isEqualTo(MEAN); in testIntervalView() 89 View.create(NAME, DESCRIPTION, MEASURE, MEAN, KEYS), in testViewEquals() 90 View.create(NAME, DESCRIPTION, MEASURE, MEAN, KEYS, Cumulative.create())) in testViewEquals() 92 View.create(NAME, DESCRIPTION + 2, MEASURE, MEAN, KEYS, Cumulative.create())) in testViewEquals() 94 View.create(NAME, DESCRIPTION, MEASURE, MEAN, KEYS, Interval.create(MINUTE)), in testViewEquals() 95 View.create(NAME, DESCRIPTION, MEASURE, MEAN, KEYS, Interval.create(MINUTE))) in testViewEquals() [all …]
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/ |
D | IntervalBucketTest.java | 48 private static final Mean MEAN = Mean.create(); field in IntervalBucketTest 53 new IntervalBucket(null, MINUTE, MEAN, MEASURE_DOUBLE); in preventNullStartTime() 59 new IntervalBucket(START, null, MEAN, MEASURE_DOUBLE); in preventNullDuration() 65 new IntervalBucket(START, NEGATIVE_TEN_SEC, MEAN, MEASURE_DOUBLE); in preventNegativeDuration() 77 new IntervalBucket(START, MINUTE, MEAN, null); in preventNullMeasure() 82 assertThat(new IntervalBucket(START, MINUTE, MEAN, MEASURE_DOUBLE).getTagValueAggregationMap()) in testGetTagValueAggregationMap_empty() 88 assertThat(new IntervalBucket(START, MINUTE, MEAN, MEASURE_DOUBLE).getStart()).isEqualTo(START); in testGetStart() 93 IntervalBucket bucket = new IntervalBucket(START, MINUTE, MEAN, MEASURE_DOUBLE); in testRecord() 112 new IntervalBucket(START, MINUTE, MEAN, MEASURE_DOUBLE) in testGetFraction() 120 IntervalBucket bucket = new IntervalBucket(START, MINUTE, MEAN, MEASURE_DOUBLE); in preventCallingGetFractionOnPastBuckets() [all …]
|
D | MetricUtilsTest.java | 71 private static final Mean MEAN = Mean.create(); field in MetricUtilsTest 82 MEAN, 110 assertThat(MetricUtils.getType(MEASURE_DOUBLE, MEAN)).isEqualTo(Type.CUMULATIVE_DOUBLE); in getType() 111 assertThat(MetricUtils.getType(MEASURE_LONG, MEAN)).isEqualTo(Type.CUMULATIVE_DOUBLE); in getType()
|
D | ViewManagerImplTest.java | 113 private static final Mean MEAN = Mean.create(); field in ViewManagerImplTest 326 MEAN, in testRecordDouble_mean_interval() 339 MEAN, in testRecordLong_mean_interval() 660 viewManager.registerView(createCumulativeView(VIEW_NAME, measure1, MEAN, Arrays.asList(KEY))); in testRecord_MeasureNotMatch() 861 View view = createCumulativeView(VIEW_NAME, MEASURE_DOUBLE, MEAN, Arrays.asList(KEY)); in testGetCumulativeViewDataWithoutBucketBoundaries() 875 Arrays.asList(VALUE), StatsTestUtil.createAggregationData(MEAN, MEASURE_DOUBLE, 1.1)), in testGetCumulativeViewDataWithoutBucketBoundaries() 883 View view = createCumulativeView(VIEW_NAME, MEASURE_DOUBLE, MEAN, Arrays.asList(KEY)); in registerRecordAndGetView_StatsDisabled() 897 View view = createCumulativeView(VIEW_NAME, MEASURE_DOUBLE, MEAN, Arrays.asList(KEY)); in registerRecordAndGetView_StatsReenabled() 906 Arrays.asList(VALUE), StatsTestUtil.createAggregationData(MEAN, MEASURE_DOUBLE, 1.1)), in registerRecordAndGetView_StatsReenabled() 914 View view = createCumulativeView(VIEW_NAME, MEASURE_DOUBLE, MEAN, Arrays.asList(KEY)); in registerViewWithStatsDisabled_RecordAndGetViewWithStatsEnabled() [all …]
|
/external/blktrace/btt/doc/ |
D | sample-btt-output.tex | 43 DEV | NSEEKS MEAN MEDIAN | MODE 49 Overall | NSEEKS MEAN MEDIAN | MODE 54 DEV | NSEEKS MEAN MEDIAN | MODE 59 Overall | NSEEKS MEAN MEDIAN | MODE
|
/external/tensorflow/tensorflow/python/distribute/ |
D | reduce_util.py | 40 MEAN = "MEAN" variable in ReduceOp 46 variable_scope.VariableAggregation.MEAN: ReduceOp.MEAN,
|
D | distribute_lib_test.py | 118 variable_scope.VariableAggregation.MEAN) 125 aggregation=variable_scope.VariableAggregation.MEAN))
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_optimizer.py | 36 reduction=losses.Reduction.MEAN, 53 if reduction not in (losses.Reduction.SUM, losses.Reduction.MEAN): 133 if num_shards > 1 and self._reduction == losses.Reduction.MEAN:
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | cross_device_ops_test.py | 153 reduce_util.ReduceOp.MEAN, 159 reduce_util.ReduceOp.MEAN, 179 reduce_util.ReduceOp.MEAN, 319 reduce_op=[reduce_util.ReduceOp.SUM, reduce_util.ReduceOp.MEAN], 347 assert reduce_op == reduce_util.ReduceOp.MEAN 594 reduce_util.ReduceOp.MEAN, 601 reduce_util.ReduceOp.MEAN, 625 _batch_reduce(collective_all_reduce, reduce_util.ReduceOp.MEAN,
|
D | mirrored_strategy_multigpu_test.py | 452 aggregation=variable_scope.VariableAggregation.MEAN) 472 self.assertEqual(variable_scope.VariableAggregation.MEAN, v3.aggregation) 488 aggregation=variable_scope.VariableAggregation.MEAN) 510 self.assertEqual(variable_scope.VariableAggregation.MEAN, 671 aggregation=variable_scope.VariableAggregation.MEAN) 1005 1.0, name="foo", aggregation=variable_scope.VariableAggregation.MEAN) 1026 1.0, name="foo", aggregation=variable_scope.VariableAggregation.MEAN) 1066 1.0, name="foo", aggregation=variable_scope.VariableAggregation.MEAN) 1087 1.0, name="foo", aggregation=variable_scope.VariableAggregation.MEAN) 1119 5.0, name="foo", aggregation=variable_scope.VariableAggregation.MEAN) [all …]
|
D | minimize_loss_test.py | 269 losses_impl.Reduction.SUM, losses_impl.Reduction.MEAN, 397 reduce_op=reduce_util.ReduceOp.MEAN) 407 reduce_op=reduce_util.ReduceOp.MEAN) 475 loss_tensor = distribution.reduce(reduce_util.ReduceOp.MEAN, loss_output)
|
D | values_test.py | 371 variable_scope.VariableAggregation.MEAN) 510 variable_scope.VariableAggregation.MEAN) 581 None, device_map, (v,), variable_scope.VariableAggregation.MEAN) 586 self.assertEqual(variable_scope.VariableAggregation.MEAN, 651 variable_scope.VariableAggregation.MEAN, distribution) 671 variable_scope.VariableAggregation.MEAN, distribution) 735 variable_scope.VariableAggregation.MEAN, distribution)
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ |
D | StatUtils.java | 61 private static final UnivariateStatistic MEAN = new Mean(); field in StatUtils 235 return MEAN.evaluate(values); in mean() 257 return MEAN.evaluate(values, begin, length); in mean()
|
/external/opencensus-java/exporters/stats/prometheus/src/test/java/io/opencensus/exporter/stats/prometheus/ |
D | PrometheusExportUtilsTest.java | 73 private static final Mean MEAN = Mean.create(); field in PrometheusExportUtilsTest 104 View.create(VIEW_NAME_2, DESCRIPTION, MEASURE_DOUBLE, MEAN, Arrays.asList(K3), CUMULATIVE); 137 assertThat(PrometheusExportUtils.getType(MEAN, CUMULATIVE)).isEqualTo(Type.SUMMARY); in getType() 196 MEAN)) in getSamples()
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.distribute.-reduce-op.pbtxt | 5 name: "MEAN"
|
D | tensorflow.-variable-aggregation.pbtxt | 5 name: "MEAN"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.distribute.-reduce-op.pbtxt | 5 name: "MEAN"
|
D | tensorflow.-variable-aggregation.pbtxt | 5 name: "MEAN"
|
D | tensorflow.losses.-reduction.pbtxt | 6 name: "MEAN"
|
D | tensorflow.-conditional-accumulator.pbtxt | 20 …arargs=None, keywords=None, defaults=[\'None\', \'None\', \'conditional_accumulator\', \'MEAN\'], "
|
D | tensorflow.sparse.-sparse-conditional-accumulator.pbtxt | 20 …None, keywords=None, defaults=[\'None\', \'None\', \'sparse_conditional_accumulator\', \'MEAN\'], "
|
D | tensorflow.-sparse-conditional-accumulator.pbtxt | 20 …None, keywords=None, defaults=[\'None\', \'None\', \'sparse_conditional_accumulator\', \'MEAN\'], "
|
/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/ |
D | StackdriverExportUtilsTest.java | 98 private static final Mean MEAN = Mean.create(); field in StackdriverExportUtilsTest 145 assertThat(StackdriverExportUtils.createValueType(MEAN, MEASURE_DOUBLE)) in createValueType() 147 assertThat(StackdriverExportUtils.createValueType(MEAN, MEASURE_LONG)) in createValueType() 163 assertThat(StackdriverExportUtils.createUnit(MEAN, MEASURE_DOUBLE)).isEqualTo(MEASURE_UNIT); in createUnit() 328 assertThat(StackdriverExportUtils.createTypedValue(MEAN, MeanData.create(7.7, 8))) in createTypedValue()
|
/external/libmpeg2/common/ |
D | icv_macros.h | 54 #define MEAN(a, b) AVG(a, b) macro
|