Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/python/distribute/
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 …]
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
Dreduce_util.py37 def from_variable_aggregation(aggregation): argument
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
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()
DIntervalBucket.java43 private final Aggregation aggregation; field in IntervalBucket
48 IntervalBucket(Timestamp start, Duration duration, Aggregation aggregation, Measure measure) { in IntervalBucket()
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()
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
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
/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/federated-compute/fcp/aggregation/core/
Dtensor_data.cc22 namespace aggregation { namespace
Dtensor_aggregator.cc25 namespace aggregation { namespace
Dmutable_vector_data_test.cc25 namespace aggregation { namespace
Dvector_string_data_test.cc28 namespace aggregation { namespace
Dtensor_aggregator_registry_test.cc26 namespace aggregation { namespace
Dtensor_shape.cc28 namespace aggregation { namespace
Dfederated_sum_bench.cc33 namespace aggregation { namespace
Dinput_tensor_list.cc27 namespace aggregation { namespace
Dfederated_sum.cc29 namespace aggregation { namespace
/external/opencensus-java/benchmarks/src/jmh/java/io/opencensus/benchmarks/stats/
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()
/external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/proto/google/monitoring/dashboard/v1/
Dmetrics.proto69 Aggregation aggregation = 2; field
101 Aggregation aggregation = 2; field
/external/googleapis/google/monitoring/dashboard/v1/
Dmetrics.proto78 Aggregation aggregation = 2; field
110 Aggregation aggregation = 2; field
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DView.java124 Aggregation aggregation, in create()
152 Aggregation aggregation, in create()
/external/federated-compute/fcp/aggregation/tensorflow/
Dcheckpoint_writer_test.cc33 namespace fcp::aggregation::tensorflow { namespace
Dtensorflow_checkpoint_parser_factory_test.cc33 namespace fcp::aggregation::tensorflow { namespace
Dcheckpoint_reader.cc37 namespace fcp::aggregation::tensorflow { namespace
/external/tensorflow/tensorflow/python/ops/
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

1234