Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Ddistributed_variable_test.py100 def testExtendsVariable(self, distribution, synchronization, aggregation): argument
106 def testCheckpointing(self, distribution, synchronization, aggregation, mode): argument
139 def testTraceback(self, distribution, synchronization, aggregation): argument
158 def testSelectReplica(self, distribution, synchronization, aggregation): argument
164 def testIsTensorLike(self, distribution, synchronization, aggregation): argument
178 aggregation): argument
207 def testDeepCopy(self, distribution, synchronization, aggregation): argument
242 def testAssignSignature(self, distribution, synchronization, aggregation): argument
272 aggregation): argument
301 def testSaveNonDistributed(self, distribution, synchronization, aggregation): argument
[all …]
H A Dvars_test.py1207 def testScatterSub(self, distribution, aggregation): argument
1225 def testScatterAdd(self, distribution, aggregation): argument
1243 def testScatterDiv(self, distribution, aggregation): argument
1261 def testScatterMul(self, distribution, aggregation): argument
1279 def testScatterMin(self, distribution, aggregation): argument
1297 def testScatterMax(self, distribution, aggregation): argument
1315 def testScatterUpdate(self, distribution, aggregation): argument
H A Dvalues_util.py113 def get_on_read_restore_ops(var, tensor, aggregation): argument
321 def apply_aggregation(strategy, value, aggregation, destinations): argument
/aosp_15_r20/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
H A DMutableViewData.java386 Aggregation aggregation = super.view.getAggregation(); in combineBucketsAndGetAggregationMap() local
399 Aggregation aggregation, in putBucketsIntoMultiMap()
412 head.getTagValueAggregationMap(), multimap, aggregation, measure, fractionHead); in putBucketsIntoMultiMap() local
432 Aggregation aggregation, in putFractionalMutableAggregationsToMultiMap()
446 Multimap<T, MutableAggregation> multimap, Aggregation aggregation, Measure measure) { in aggregateOnEachTagValueList()
H A DMetricUtils.java60 Aggregation aggregation = view.getAggregation(); in viewToMetricDescriptor() local
70 static Type getType(Measure measure, Aggregation aggregation) { in getType()
87 private static String getUnit(Measure measure, Aggregation aggregation) { in getUnit()
H A DIntervalBucket.java43 private final Aggregation aggregation; field in IntervalBucket
48 IntervalBucket(Timestamp start, Duration duration, Aggregation aggregation, Measure measure) { in IntervalBucket()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dvariable_scope.py332 aggregation=VariableAggregation.NONE): argument
480 aggregation=VariableAggregation.NONE): argument
614 aggregation=VariableAggregation.NONE): argument
841 aggregation=VariableAggregation.NONE): argument
1289 aggregation=VariableAggregation.NONE): argument
1359 aggregation=VariableAggregation.NONE): argument
1615 aggregation=VariableAggregation.NONE): argument
1792 aggregation=VariableAggregation.NONE): argument
1835 aggregation=VariableAggregation.NONE): argument
H A Dvariables.py155 def validate_synchronization_aggregation_trainable(synchronization, aggregation, argument
200 aggregation=VariableAggregation.NONE, argument
238 aggregation=VariableAggregation.NONE, argument
383 aggregation=VariableAggregation.NONE, argument
494 def aggregation(self): member in Variable
1468 aggregation=VariableAggregation.NONE, argument
1565 aggregation=None, argument
1682 aggregation=None, argument
1975 def aggregation(self): member in RefVariable
H A Dresource_variable_ops.py346 aggregation=None, argument
627 def aggregation(self): member in BaseResourceVariable
1581 aggregation=None, argument
1688 aggregation=None, argument
2018 aggregation=None, argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/datasources/
DAggregationCardInfo.java15 …droid.healthconnect.controller.data.entries.FormattedEntry.FormattedAggregation aggregation = null; field in AggregationCardInfo
23com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedAggregation aggregation,… in AggregationCardInfo()
72com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedAggregation aggregation,… in copy()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
H A Dvariable_scope_shim.py101 def validate_synchronization_aggregation_trainable( argument
170 aggregation=vs.VariableAggregation.NONE): argument
312 aggregation=vs.VariableAggregation.NONE): argument
402 aggregation=vs.VariableAggregation.NONE): argument
/aosp_15_r20/external/perfetto/ui/src/components/widgets/sql/table/
H A Dwell_known_columns.ts91 aggregation(): AggregationConfig { method in StandardColumn
593 aggregation(): AggregationConfig { method in ThreadColumn
668 aggregation(): AggregationConfig { method in ThreadIdColumn
854 aggregation(): AggregationConfig { method in ProcessColumn
929 aggregation(): AggregationConfig { method in ProcessIdColumn
/aosp_15_r20/external/opencensus-java/api/src/test/java/io/opencensus/stats/
H A 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
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/
DAggregationViewBinder.kt45 val aggregation = view.findViewById<TextView>(R.id.item_data_aggregation) in bind() constant
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/javac/anno/io/opencensus/stats/
DAutoValue_View.java19 private final Aggregation aggregation; field in AutoValue_View
29 Aggregation aggregation, in AutoValue_View()
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/
DAggregationViewBinder.kt46 val aggregation = view.findViewById<TextView>(R.id.item_data_aggregation) in bind() constant
/aosp_15_r20/external/opencensus-java/benchmarks/src/jmh/java/io/opencensus/benchmarks/stats/
H A DStatsBenchmarksUtil.java111 int size, Measure[] measures, Aggregation aggregation, TagKey... keys) { in createViews()
119 static View createView(String name, Measure measure, Aggregation aggregation, TagKey... keys) { in createView()
/aosp_15_r20/external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/proto/google/monitoring/dashboard/v1/
H A Dmetrics.proto69 Aggregation aggregation = 2; field
101 Aggregation aggregation = 2; field
/aosp_15_r20/external/googleapis/google/monitoring/dashboard/v1/
H A Dmetrics.proto78 Aggregation aggregation = 2; field
110 Aggregation aggregation = 2; field
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/stats/
H A DView.java124 Aggregation aggregation, in create()
152 Aggregation aggregation, in create()
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
H A 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()
/aosp_15_r20/out/soong/.intermediates/packages/providers/ContactsProvider/ContactsProvider/android_common/repackaged-jarjar/javac/
DContactsProvider.jarcom/android/providers/contacts/util/UserUtils.class UserUtils.java package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/providers/ContactsProvider/ContactsProvider/android_common/javac/
DContactsProvider.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dbase_layer_v1.py328 aggregation=tf_variables.VariableAggregation.NONE, argument
1085 def add_metric(self, value, aggregation=None, name=None): argument
1866 def _symbolic_add_metric(self, value, aggregation=None, name=None): argument
/aosp_15_r20/external/federated-compute/fcp/aggregation/core/
H A Dtensor_data.cc22 namespace aggregation { namespace

1234567