Home
last modified time | relevance | path

Searched defs:aggregation (Results 1 – 25 of 26) 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/
Dreduce_util.py43 def from_variable_aggregation(aggregation): argument
Ddistribute_lib_test.py35 def _get_test_variable(name, synchronization, aggregation): argument
Dvalues.py623 def _apply_aggregation(strategy, value, aggregation, destinations): argument
652 self, strategy, device_map, values, aggregation, logical_device=None): argument
711 def aggregation(self): member in MirroredVariable
774 self, strategy, device_map, values, aggregation, logical_device=None): argument
1047 def aggregation(self): member in TPUMirroredVariable
1232 self, strategy, device_map, values, aggregation, logical_device=None): argument
1260 def aggregation(self): member in SyncOnReadVariable
1459 def __init__(self, strategy, v, aggregation): argument
1521 def aggregation(self): member in AggregatingVariable
/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/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.py299 aggregation=VariableAggregation.NONE): argument
450 aggregation=VariableAggregation.NONE): argument
584 aggregation=VariableAggregation.NONE): argument
815 aggregation=VariableAggregation.NONE): argument
1190 aggregation=VariableAggregation.NONE): argument
1260 aggregation=VariableAggregation.NONE): argument
1485 aggregation=VariableAggregation.NONE): argument
1631 aggregation=VariableAggregation.NONE): argument
1676 aggregation=VariableAggregation.NONE): argument
Dvariables.py152 aggregation=VariableAggregation.NONE): argument
188 aggregation=VariableAggregation.NONE): argument
348 aggregation=VariableAggregation.NONE): argument
1285 aggregation=VariableAggregation.NONE): argument
/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/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/tensorflow/tensorflow/contrib/framework/python/ops/
Dvariables.py216 aggregation=variables.VariableAggregation.NONE): argument
294 aggregation=variables.VariableAggregation.NONE): argument
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py271 aggregation=tf_variables.VariableAggregation.NONE, argument
813 def add_metric(self, value, aggregation=None, name=None): argument
1384 def _eager_add_metric(self, value, aggregation=None, name=None): argument
1400 def _symbolic_add_metric(self, value, aggregation=None, name=None): argument
Dbase_layer_utils.py74 aggregation=tf_variables.VariableAggregation.NONE, argument
/external/tensorflow/tensorflow/lite/models/smartreply/ops/
Dpredict.cc124 std::unordered_map<int32_t, float> aggregation; in Eval() local
/external/autotest/frontend/client/src/autotest/tko/
DSeriesSelector.java43 private ExtendedListBox aggregation = new ExtendedListBox(); field in SeriesSelector.Series
/external/tensorflow/tensorflow/python/layers/
Dbase.py309 aggregation=vs.VariableAggregation.NONE, argument
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py545 def __init__(self, aggregation): argument
755 def put_operand(stuff, index, sort, operand, aggregation): argument
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Doptimizer_v2.py711 aggregation=tf_variables.VariableAggregation.NONE): argument
/external/tensorflow/tensorflow/python/keras/
Dmetrics.py239 aggregation=tf_variables.VariableAggregation.SUM, argument

12