Home
last modified time | relevance | path

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

123456

/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.py38 MEAN = "MEAN" variable in ReduceOp
44 variable_scope.VariableAggregation.MEAN: ReduceOp.MEAN,
Dvars_test.py102 variables_lib.VariableAggregation.MEAN,
130 2., aggregation=variables_lib.VariableAggregation.MEAN)
132 -2., aggregation=variables_lib.VariableAggregation.MEAN)
149 variables_lib.VariableAggregation.MEAN,
201 variables_lib.VariableAggregation.MEAN,
232 1., aggregation=variables_lib.VariableAggregation.MEAN)
252 variables_lib.VariableAggregation.MEAN,
277 variables_lib.VariableAggregation.MEAN,
362 0., aggregation=variables_lib.VariableAggregation.MEAN)
365 aggregation=variables_lib.VariableAggregation.MEAN)
[all …]
Dmoving_averages_test.py203 aggregation=variables.VariableAggregation.MEAN)
228 aggregation=variables.VariableAggregation.MEAN)
247 aggregation=variables.VariableAggregation.MEAN)
/external/tensorflow/tensorflow/python/tpu/
Dtpu_optimizer.py38 reduction=losses.Reduction.MEAN,
55 if reduction not in (losses.Reduction.SUM, losses.Reduction.MEAN):
154 if num_shards > 1 and self._reduction == losses.Reduction.MEAN:
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DResourceConditionalAccumulator.pbtxt54 s: "MEAN"
58 s: "MEAN"
DConditionalAccumulator.pbtxt259 s: "MEAN"
263 s: "MEAN"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DResourceConditionalAccumulator.pbtxt54 s: "MEAN"
58 s: "MEAN"
DRiscReduce.pbtxt20 s: "MEAN"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dlayout_optimization_move_transposes_end.mlir81 // CHECK: %[[MEAN:[0-9]*]] = "tf.Mean"(%arg0, %[[RED_IDX]])
83 // CHECK: return %[[MEAN]]
88 // NOFOLD: %[[MEAN:[0-9]*]] = "tf.Mean"(%[[TRANSPOSE]], %[[CST_1]])
90 // NOFOLD: return %[[MEAN]]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dreduce.cc59 if (op_type == OperationType::REDUCE_SUM || op_type == OperationType::MEAN) { in MakeOp()
289 if (op_type == OperationType::REDUCE_SUM || op_type == OperationType::MEAN) { in GetReduceKernelCode()
339 op_type == OperationType::MEAN) { in GetReduceKernelCode()
352 if (op_type == OperationType::MEAN) { in GetReduceKernelCode()
386 if (op_type == OperationType::MEAN) { in GetReduceKernelCode()
392 op_type == OperationType::MEAN) { in GetReduceKernelCode()
/external/tensorflow/tensorflow/python/distribute/v1/
Dcross_device_ops_test.py190 reduce_util.ReduceOp.MEAN,
196 reduce_util.ReduceOp.MEAN,
216 cross_device_ops.batch_reduce(reduce_util.ReduceOp.MEAN,
259 assert reduce_op == reduce_util.ReduceOp.MEAN
395 reduce_op=[reduce_util.ReduceOp.SUM, reduce_util.ReduceOp.MEAN],
423 result = cross_device_ops_instance.batch_reduce(reduce_util.ReduceOp.MEAN,
426 result = cross_device_ops_instance.reduce(reduce_util.ReduceOp.MEAN, v, v)
595 reduce_util.ReduceOp.MEAN,
602 reduce_util.ReduceOp.MEAN,
626 _batch_reduce(collective_all_reduce, reduce_util.ReduceOp.MEAN,
/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/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"
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dunfuse_batch_norm.mlir7 // CHECK-SAME: %[[MEAN:[^:[:space:]]+]]
19 …// CHECK-DAG: %[[MEAN_BCAST:.+]] = "mhlo.broadcast_in_dim"(%[[MEAN]]) {broadcast_dimensions = dens…
100 // CHECK-SAME: %[[MEAN:[^:[:space:]]+]]
124 …// CHECK-DAG: %[[MEAN_BCAST:.+]] = "mhlo.dynamic_broadcast_in_dim"(%[[MEAN]], %[[TO_INPUT_DIM_TENS…
/external/tensorflow/tensorflow/compiler/mlir/tfr/examples/mnist/
Dmnist_train.py163 tf.distribute.ReduceOp.MEAN, per_replica_accuracy, axis=None)
165 tf.distribute.ReduceOp.MEAN, per_replica_losses, axis=None)
/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()

123456