/external/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/ |
D | StackdriverExportUtils.java | 258 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/ |
D | IntervalBucket.java | 42 private final Aggregation aggregation; field in IntervalBucket 47 IntervalBucket(Timestamp start, Duration duration, Aggregation aggregation, Measure measure) { in IntervalBucket()
|
D | MutableViewData.java | 354 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()
|
D | RecordUtils.java | 103 Aggregation aggregation, final Measure measure) { in createMutableAggregation()
|
D | MetricUtils.java | 63 static Type getType(Measure measure, Aggregation aggregation) { in getType()
|
/external/tensorflow/tensorflow/python/distribute/ |
D | reduce_util.py | 41 def from_variable_aggregation(aggregation): argument
|
D | values.py | 686 def _apply_aggregation(strategy, value, aggregation, destinations): argument 807 def __init__(self, strategy, values, aggregation): argument 879 def aggregation(self): member in MirroredVariable 1035 def __init__(self, strategy, values, aggregation): argument 1084 def aggregation(self): member in SyncOnReadVariable 1336 def __init__(self, strategy, v, aggregation): argument 1431 def aggregation(self): member in AggregatingVariable
|
/external/opencensus-java/api/src/test/java/io/opencensus/stats/ |
D | ViewDataTest.java | 242 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/ |
D | View.java | 124 Aggregation aggregation, in create() 152 Aggregation aggregation, in create()
|
/external/tensorflow/tensorflow/python/ops/ |
D | variable_scope.py | 303 aggregation=VariableAggregation.NONE): argument 451 aggregation=VariableAggregation.NONE): argument 585 aggregation=VariableAggregation.NONE): argument 812 aggregation=VariableAggregation.NONE): argument 1263 aggregation=VariableAggregation.NONE): argument 1333 aggregation=VariableAggregation.NONE): argument 1556 aggregation=VariableAggregation.NONE): argument 1700 aggregation=VariableAggregation.NONE): argument 1743 aggregation=VariableAggregation.NONE): argument
|
D | variables.py | 150 def validate_synchronization_aggregation_trainable(synchronization, aggregation, argument 195 aggregation=VariableAggregation.NONE, argument 233 aggregation=VariableAggregation.NONE, argument 378 aggregation=VariableAggregation.NONE, argument 488 def aggregation(self): member in Variable 1482 aggregation=VariableAggregation.NONE, argument 1579 aggregation=None, argument 1696 aggregation=None, argument 1982 def aggregation(self): member in RefVariable
|
D | resource_variable_ops.py | 341 aggregation=None, argument 584 def aggregation(self): member in BaseResourceVariable 1340 aggregation=None, argument 1437 aggregation=None, argument 1738 aggregation=None, argument
|
/external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/ |
D | SignalFxSessionAdaptor.java | 91 Aggregation aggregation, View.AggregationWindow window) { in getMetricTypeForAggregation()
|
/external/opencensus-java/exporters/stats/prometheus/src/main/java/io/opencensus/exporter/stats/prometheus/ |
D | PrometheusExportUtils.java | 132 static Type getType(Aggregation aggregation, View.AggregationWindow window) { in getType()
|
/external/tensorflow/tensorflow/core/framework/ |
D | variable.proto | 73 VariableAggregation aggregation = 9; field
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/ |
D | StatsTestUtil.java | 69 Aggregation aggregation, Measure measure, double... values) { in createAggregationData()
|
D | ViewManagerImplTest.java | 132 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/ |
D | details.scss | 126 &.aggregation { class
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | saved_object_graph.proto | 140 VariableAggregation aggregation = 5; field
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | base_layer.py | 325 aggregation=tf_variables.VariableAggregation.NONE, argument 1132 def add_metric(self, value, aggregation=None, name=None): argument 1915 def _eager_add_metric(self, value, aggregation=None, name=None): argument 1935 def _symbolic_add_metric(self, value, aggregation=None, name=None): argument 2704 def __init__(self, aggregation=None, metric_name=None, **kwargs): argument
|
D | base_layer_utils.py | 62 aggregation=tf_variables.VariableAggregation.NONE, argument
|
/external/tensorflow/tensorflow/python/layers/ |
D | base.py | 326 aggregation=vs.VariableAggregation.NONE, argument
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | SeriesSelector.java | 43 private ExtendedListBox aggregation = new ExtendedListBox(); field in SeriesSelector.Series
|
/external/tensorflow/tensorflow/lite/python/ |
D | op_hint.py | 546 def __init__(self, aggregation): argument 762 def put_operand(stuff, index, sort, operand, aggregation): argument
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | extract_ophint.cc | 378 StringRef aggregation; member 561 StringRef aggregation = kStrategyNone; in FindAllOphintNodes() local
|