/external/tensorflow/tensorflow/python/distribute/ |
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 …]
|
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
|
D | reduce_util.py | 37 def from_variable_aggregation(aggregation): argument
|
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/ |
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()
|
D | IntervalBucket.java | 43 private final Aggregation aggregation; field in IntervalBucket 48 IntervalBucket(Timestamp start, Duration duration, Aggregation aggregation, Measure measure) { in IntervalBucket()
|
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()
|
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/ |
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
|
/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/federated-compute/fcp/aggregation/core/ |
D | tensor_data.cc | 22 namespace aggregation { namespace
|
D | tensor_aggregator.cc | 25 namespace aggregation { namespace
|
D | mutable_vector_data_test.cc | 25 namespace aggregation { namespace
|
D | vector_string_data_test.cc | 28 namespace aggregation { namespace
|
D | tensor_aggregator_registry_test.cc | 26 namespace aggregation { namespace
|
D | tensor_shape.cc | 28 namespace aggregation { namespace
|
D | federated_sum_bench.cc | 33 namespace aggregation { namespace
|
D | input_tensor_list.cc | 27 namespace aggregation { namespace
|
D | federated_sum.cc | 29 namespace aggregation { namespace
|
/external/opencensus-java/benchmarks/src/jmh/java/io/opencensus/benchmarks/stats/ |
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()
|
/external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/proto/google/monitoring/dashboard/v1/ |
D | metrics.proto | 69 Aggregation aggregation = 2; field 101 Aggregation aggregation = 2; field
|
/external/googleapis/google/monitoring/dashboard/v1/ |
D | metrics.proto | 78 Aggregation aggregation = 2; field 110 Aggregation aggregation = 2; field
|
/external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
D | View.java | 124 Aggregation aggregation, in create() 152 Aggregation aggregation, in create()
|
/external/federated-compute/fcp/aggregation/tensorflow/ |
D | checkpoint_writer_test.cc | 33 namespace fcp::aggregation::tensorflow { namespace
|
D | tensorflow_checkpoint_parser_factory_test.cc | 33 namespace fcp::aggregation::tensorflow { namespace
|
D | checkpoint_reader.cc | 37 namespace fcp::aggregation::tensorflow { namespace
|
/external/tensorflow/tensorflow/python/ops/ |
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
|