Home
last modified time | relevance | path

Searched defs:aggregation (Results 1 – 25 of 47) sorted by relevance

12

/external/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverExportUtils.java258 static MetricKind createMetricKind(View.AggregationWindow window, Aggregation aggregation) { in createMetricKind()
271 static String createUnit(Aggregation aggregation, final Measure measure) { in createUnit()
281 Aggregation aggregation, final Measure measure) { in createValueType()
360 Aggregation aggregation) { in createPoint()
370 ViewData.AggregationWindowData windowData, final Aggregation aggregation) { in createTimeInterval()
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DIntervalBucket.java42 private final Aggregation aggregation; field in IntervalBucket
47 IntervalBucket(Timestamp start, Duration duration, Aggregation aggregation, Measure measure) { in IntervalBucket()
DMutableViewData.java354 Aggregation aggregation = super.view.getAggregation(); in combineBucketsAndGetAggregationMap() local
367 Aggregation aggregation, in putBucketsIntoMultiMap()
380 head.getTagValueAggregationMap(), multimap, aggregation, measure, fractionHead); in putBucketsIntoMultiMap() local
400 Aggregation aggregation, in putFractionalMutableAggregationsToMultiMap()
414 Multimap<T, MutableAggregation> multimap, Aggregation aggregation, Measure measure) { in aggregateOnEachTagValueList()
DRecordUtils.java103 Aggregation aggregation, final Measure measure) { in createMutableAggregation()
DMetricUtils.java63 static Type getType(Measure measure, Aggregation aggregation) { in getType()
/external/tensorflow/tensorflow/python/distribute/
Dvalues_test.py469 def testExtendsVariable(self, distribution, synchronization, aggregation): argument
475 def testCheckpointing(self, distribution, synchronization, aggregation, mode): argument
508 def testTraceback(self, distribution, synchronization, aggregation): argument
527 def testSelectReplica(self, distribution, synchronization, aggregation): argument
533 def testIsTensorLike(self, distribution, synchronization, aggregation): argument
548 aggregation): argument
578 aggregation): argument
613 def testAssignSignature(self, distribution, synchronization, aggregation): argument
643 aggregation): argument
672 def testSaveNonDistributed(self, distribution, synchronization, aggregation): argument
[all …]
Dvars_test.py1190 def testScatterSub(self, distribution, aggregation): argument
1208 def testScatterAdd(self, distribution, aggregation): argument
1226 def testScatterDiv(self, distribution, aggregation): argument
1244 def testScatterMul(self, distribution, aggregation): argument
1262 def testScatterMin(self, distribution, aggregation): argument
1280 def testScatterMax(self, distribution, aggregation): argument
1298 def testScatterUpdate(self, distribution, aggregation): argument
Dreduce_util.py41 def from_variable_aggregation(aggregation): argument
Dvalues_util.py117 def get_on_read_restore_ops(var, tensor, aggregation): argument
325 def apply_aggregation(strategy, value, aggregation, destinations): argument
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dvariable_scope_shim.py105 def validate_synchronization_aggregation_trainable( argument
174 aggregation=vs.VariableAggregation.NONE): argument
316 aggregation=vs.VariableAggregation.NONE): argument
406 aggregation=vs.VariableAggregation.NONE): argument
/external/opencensus-java/api/src/test/java/io/opencensus/stats/
DViewDataTest.java242 private static View createView(Aggregation aggregation) { in createView()
246 private static View createView(Aggregation aggregation, Measure measure) { in createView()
254 Aggregation aggregation = view.getAggregation(); in aggregationAndAggregationDataMismatch() local
/external/perfetto/ui/src/common/
Dpivot_table_query_generator.ts143 for (const aggregation of aggregations) { constant
181 for (const aggregation of aggregations) { constant
Dpivot_table_common.ts30 aggregation: string; property
50 aggregation?: string; property
/external/perfetto/ui/src/controller/
Dpivot_table_controller.ts144 const aggregation = pivotTable.selectedAggregations[i]; constant
279 for (const aggregation of queriedAggregations) { constant
695 for (const aggregation of pivotTable.selectedAggregations) { constant
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DView.java124 Aggregation aggregation, in create()
152 Aggregation aggregation, in create()
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py328 aggregation=VariableAggregation.NONE): argument
476 aggregation=VariableAggregation.NONE): argument
610 aggregation=VariableAggregation.NONE): argument
837 aggregation=VariableAggregation.NONE): argument
1285 aggregation=VariableAggregation.NONE): argument
1355 aggregation=VariableAggregation.NONE): argument
1578 aggregation=VariableAggregation.NONE): argument
1722 aggregation=VariableAggregation.NONE): argument
1765 aggregation=VariableAggregation.NONE): argument
Dvariables.py158 def validate_synchronization_aggregation_trainable(synchronization, aggregation, argument
203 aggregation=VariableAggregation.NONE, argument
241 aggregation=VariableAggregation.NONE, argument
386 aggregation=VariableAggregation.NONE, argument
497 def aggregation(self): member in Variable
1480 aggregation=VariableAggregation.NONE, argument
1577 aggregation=None, argument
1694 aggregation=None, argument
1985 def aggregation(self): member in RefVariable
/external/perfetto/ui/src/frontend/
Dpivot_table_editor.ts34 for (const aggregation of helper.availableAggregations) { constant
Dpivot_table_helper.ts139 const aggregation = constant
/external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/
DSignalFxSessionAdaptor.java91 Aggregation aggregation, View.AggregationWindow window) { in getMetricTypeForAggregation()
/external/opencensus-java/exporters/stats/prometheus/src/main/java/io/opencensus/exporter/stats/prometheus/
DPrometheusExportUtils.java132 static Type getType(Aggregation aggregation, View.AggregationWindow window) { in getType()
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto72 VariableAggregation aggregation = 9; field
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DStatsTestUtil.java69 Aggregation aggregation, Measure measure, double... values) { in createAggregationData()
DViewManagerImplTest.java132 View.Name name, Measure measure, Aggregation aggregation, List<TagKey> keys) { in createCumulativeView()
301 private void testRecordCumulative(Measure measure, Aggregation aggregation, double... values) { in testRecordCumulative()
402 Aggregation aggregation, in testRecordInterval()
/external/perfetto/ui/src/assets/
Ddetails.scss128 &.aggregation { class

12