/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | distributed_variable_test.py | 100 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 D | vars_test.py | 1207 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 D | values_util.py | 113 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 D | MutableViewData.java | 386 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 D | MetricUtils.java | 60 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 D | IntervalBucket.java | 43 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 D | variable_scope.py | 332 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 D | variables.py | 155 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 D | resource_variable_ops.py | 346 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/ |
D | AggregationCardInfo.java | 15 …droid.healthconnect.controller.data.entries.FormattedEntry.FormattedAggregation aggregation = null; field in AggregationCardInfo 23 …com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedAggregation aggregation,… in AggregationCardInfo() 72 …com.android.healthconnect.controller.data.entries.FormattedEntry.FormattedAggregation aggregation,… in copy()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/ |
H A D | variable_scope_shim.py | 101 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 D | well_known_columns.ts | 91 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 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
|
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/ |
D | AggregationViewBinder.kt | 45 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/ |
D | AutoValue_View.java | 19 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/ |
D | AggregationViewBinder.kt | 46 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 D | StatsBenchmarksUtil.java | 111 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 D | metrics.proto | 69 Aggregation aggregation = 2; field 101 Aggregation aggregation = 2; field
|
/aosp_15_r20/external/googleapis/google/monitoring/dashboard/v1/ |
H A D | metrics.proto | 78 Aggregation aggregation = 2; field 110 Aggregation aggregation = 2; field
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
H A D | View.java | 124 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 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()
|
/aosp_15_r20/out/soong/.intermediates/packages/providers/ContactsProvider/ContactsProvider/android_common/repackaged-jarjar/javac/ |
D | ContactsProvider.jar | com/android/providers/contacts/util/UserUtils.class
UserUtils.java
package com. ... |
/aosp_15_r20/out/soong/.intermediates/packages/providers/ContactsProvider/ContactsProvider/android_common/javac/ |
D | ContactsProvider.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/ |
H A D | base_layer_v1.py | 328 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 D | tensor_data.cc | 22 namespace aggregation { namespace
|