Home
last modified time | relevance | path

Searched refs:MEAN (Results 1 – 25 of 78) sorted by relevance

1234

/external/opencensus-java/contrib/grpc_metrics/src/main/java/io/opencensus/contrib/grpc/metrics/
DRpcViewConstants.java126 @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/
DViewTest.java54 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/
DIntervalBucketTest.java48 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 …]
DMetricUtilsTest.java71 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()
DViewManagerImplTest.java113 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/
Dsample-btt-output.tex43 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/
Dreduce_util.py40 MEAN = "MEAN" variable in ReduceOp
46 variable_scope.VariableAggregation.MEAN: ReduceOp.MEAN,
Ddistribute_lib_test.py118 variable_scope.VariableAggregation.MEAN)
125 aggregation=variable_scope.VariableAggregation.MEAN))
/external/tensorflow/tensorflow/python/tpu/
Dtpu_optimizer.py36 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/
Dcross_device_ops_test.py153 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,
Dmirrored_strategy_multigpu_test.py452 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 …]
Dminimize_loss_test.py269 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)
Dvalues_test.py371 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/
DStatUtils.java61 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/
DPrometheusExportUtilsTest.java73 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/
Dtensorflow.distribute.-reduce-op.pbtxt5 name: "MEAN"
Dtensorflow.-variable-aggregation.pbtxt5 name: "MEAN"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.-reduce-op.pbtxt5 name: "MEAN"
Dtensorflow.-variable-aggregation.pbtxt5 name: "MEAN"
Dtensorflow.losses.-reduction.pbtxt6 name: "MEAN"
Dtensorflow.-conditional-accumulator.pbtxt20 …arargs=None, keywords=None, defaults=[\'None\', \'None\', \'conditional_accumulator\', \'MEAN\'], "
Dtensorflow.sparse.-sparse-conditional-accumulator.pbtxt20 …None, keywords=None, defaults=[\'None\', \'None\', \'sparse_conditional_accumulator\', \'MEAN\'], "
Dtensorflow.-sparse-conditional-accumulator.pbtxt20 …None, keywords=None, defaults=[\'None\', \'None\', \'sparse_conditional_accumulator\', \'MEAN\'], "
/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverExportUtilsTest.java98 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/
Dicv_macros.h54 #define MEAN(a, b) AVG(a, b) macro

1234