Home
last modified time | relevance | path

Searched full:aggregation (Results 1 – 25 of 2327) sorted by relevance

12345678910>>...94

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dvars_test.py105 for update, aggregation, cross_replica in options:
108 # is unsupported for aggregation SUM
109 if (not cross_replica and aggregation ==
115 aggregation=aggregation)
128 2., aggregation=variables_lib.VariableAggregation.MEAN)
130 -2., aggregation=variables_lib.VariableAggregation.MEAN)
151 for update, aggregation, cross_replica in options:
154 # is unsupported for aggregation SUM
155 if aggregation == variables_lib.VariableAggregation.SUM:
160 aggregation=aggregation)
[all …]
H A Ddistributed_variable_test.py91 aggregation=[
100 def testExtendsVariable(self, distribution, synchronization, aggregation): argument
103 1., synchronization=synchronization, aggregation=aggregation)
106 def testCheckpointing(self, distribution, synchronization, aggregation, mode): argument
117 aggregation=aggregation)
139 def testTraceback(self, distribution, synchronization, aggregation): argument
148 aggregation=aggregation)
156 aggregation=aggregation)
158 def testSelectReplica(self, distribution, synchronization, aggregation): argument
161 1., synchronization=synchronization, aggregation=aggregation)
[all …]
/aosp_15_r20/external/pytorch/test/cpp/monitor/
H A Dtest_counters.cpp13 {Aggregation::MEAN, Aggregation::COUNT}, in TEST()
23 std::unordered_map<Aggregation, double, AggregationHash> want = { in TEST()
24 {Aggregation::MEAN, 5.5}, in TEST()
25 {Aggregation::COUNT, 2.0}, in TEST()
33 {Aggregation::SUM}, in TEST()
40 std::unordered_map<Aggregation, int64_t, AggregationHash> want = { in TEST()
41 {Aggregation::SUM, 11}, in TEST()
49 {Aggregation::VALUE}, in TEST()
56 std::unordered_map<Aggregation, int64_t, AggregationHash> want = { in TEST()
57 {Aggregation::VALUE, 6}, in TEST()
[all …]
/aosp_15_r20/external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/
H A DTimeSeriesFilter.java177 private com.google.monitoring.dashboard.v1.Aggregation aggregation_;
187 * <code>.google.monitoring.dashboard.v1.Aggregation aggregation = 2;</code>
189 * @return Whether the aggregation field is set.
204 * <code>.google.monitoring.dashboard.v1.Aggregation aggregation = 2;</code>
206 * @return The aggregation.
209 public com.google.monitoring.dashboard.v1.Aggregation getAggregation() { in getAggregation()
211 ? com.google.monitoring.dashboard.v1.Aggregation.getDefaultInstance() in getAggregation()
223 * <code>.google.monitoring.dashboard.v1.Aggregation aggregation = 2;</code>
228 ? com.google.monitoring.dashboard.v1.Aggregation.getDefaultInstance() in getAggregationOrBuilder()
233 private com.google.monitoring.dashboard.v1.Aggregation secondaryAggregation_;
[all …]
H A DAggregation.java26 * the data. Aggregation of time series is done in two steps. First, each time
47 * aggregation](https://cloud.google.com/monitoring/api/v3/aggregation).
50 * Protobuf type {@code google.monitoring.dashboard.v1.Aggregation}
52 public final class Aggregation extends com.google.protobuf.GeneratedMessageV3 class
54 // @@protoc_insertion_point(message_implements:google.monitoring.dashboard.v1.Aggregation)
57 // Use Aggregation.newBuilder() to construct.
58 private Aggregation(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Aggregation() method in Aggregation
62 private Aggregation() { in Aggregation() method in Aggregation
71 return new Aggregation(); in newInstance()
90 com.google.monitoring.dashboard.v1.Aggregation.class, in internalGetFieldAccessorTable()
[all …]
H A DTimeSeriesFilterRatio.java113 * <code>.google.monitoring.dashboard.v1.Aggregation aggregation = 2;</code>
115 * @return Whether the aggregation field is set.
127 * <code>.google.monitoring.dashboard.v1.Aggregation aggregation = 2;</code>
129 * @return The aggregation.
131 com.google.monitoring.dashboard.v1.Aggregation getAggregation(); in getAggregation()
141 * <code>.google.monitoring.dashboard.v1.Aggregation aggregation = 2;</code>
251 private com.google.monitoring.dashboard.v1.Aggregation aggregation_;
261 * <code>.google.monitoring.dashboard.v1.Aggregation aggregation = 2;</code>
263 * @return Whether the aggregation field is set.
278 * <code>.google.monitoring.dashboard.v1.Aggregation aggregation = 2;</code>
[all …]
H A DTimeSeriesFilterOrBuilder.java64 * <code>.google.monitoring.dashboard.v1.Aggregation aggregation = 2;</code>
66 * @return Whether the aggregation field is set.
78 * <code>.google.monitoring.dashboard.v1.Aggregation aggregation = 2;</code>
80 * @return The aggregation.
82 com.google.monitoring.dashboard.v1.Aggregation getAggregation(); in getAggregation()
92 * <code>.google.monitoring.dashboard.v1.Aggregation aggregation = 2;</code>
100 * Apply a second aggregation after `aggregation` is applied.
103 * <code>.google.monitoring.dashboard.v1.Aggregation secondary_aggregation = 3;</code>
112 * Apply a second aggregation after `aggregation` is applied.
115 * <code>.google.monitoring.dashboard.v1.Aggregation secondary_aggregation = 3;</code>
[all …]
/aosp_15_r20/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/
H A DListTimeSeriesRequest.java400 private com.google.monitoring.v3.Aggregation aggregation_;
407 * By default (if no `aggregation` is explicitly specified), the raw time
411 * <code>.google.monitoring.v3.Aggregation aggregation = 5;</code>
413 * @return Whether the aggregation field is set.
425 * By default (if no `aggregation` is explicitly specified), the raw time
429 * <code>.google.monitoring.v3.Aggregation aggregation = 5;</code>
431 * @return The aggregation.
434 public com.google.monitoring.v3.Aggregation getAggregation() { in getAggregation()
436 ? com.google.monitoring.v3.Aggregation.getDefaultInstance() in getAggregation()
445 * By default (if no `aggregation` is explicitly specified), the raw time
[all …]
H A DAggregation.java26 * the data. Aggregation of time series is done in two steps. First, each time
47 * aggregation](https://cloud.google.com/monitoring/api/v3/aggregation).
50 * Protobuf type {@code google.monitoring.v3.Aggregation}
52 public final class Aggregation extends com.google.protobuf.GeneratedMessageV3 class
54 // @@protoc_insertion_point(message_implements:google.monitoring.v3.Aggregation)
57 // Use Aggregation.newBuilder() to construct.
58 private Aggregation(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Aggregation() method in Aggregation
62 private Aggregation() { in Aggregation() method in Aggregation
71 return new Aggregation(); in newInstance()
90 com.google.monitoring.v3.Aggregation.class, in internalGetFieldAccessorTable()
[all …]
H A DListTimeSeriesRequestOrBuilder.java151 * By default (if no `aggregation` is explicitly specified), the raw time
155 * <code>.google.monitoring.v3.Aggregation aggregation = 5;</code>
157 * @return Whether the aggregation field is set.
166 * By default (if no `aggregation` is explicitly specified), the raw time
170 * <code>.google.monitoring.v3.Aggregation aggregation = 5;</code>
172 * @return The aggregation.
174 com.google.monitoring.v3.Aggregation getAggregation(); in getAggregation()
181 * By default (if no `aggregation` is explicitly specified), the raw time
185 * <code>.google.monitoring.v3.Aggregation aggregation = 5;</code>
193 * Apply a second aggregation after `aggregation` is applied. May only be
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/proto/
Dreport_definition.proto94 // Local aggregation: COUNT
95 // Local aggregation period: 1 hour
96 // Global aggregation: OCCURRENCE_COUNTS
108 // “is accepted” during the aggregation period, which must be DAYS_1,
112 // which local aggregation procedure is specified:
115 // during the aggregation period. For example, a report of this type might
126 // NOTE: Using a local aggregation procedure of AT_LEAST_ONCE or
134 // Local aggregation: AT_LEAST_ONCE, SELECT_FIRST, or SELECT_MOST_COMMON
135 // Local aggregation period: DAYS_1, DAYS_7, DAYS_28 or DAYS_30.
136 // Global aggregation: OCCURRENCE_COUNTS
[all …]
/aosp_15_r20/external/federated-compute/fcp/protos/
H A Dplan.proto91 // This side channel implements aggregation via sum over a set of
100 // Dimensions of the aggregand. This is used by the secure aggregation
139 // quantization should target). The Secure Aggregation bitwidth (i.e.,
193 // A metric representing one stat with aggregation type sum.
196 // A metric representing a ratio between metrics with aggregation
205 // A metric representing one stat with aggregation type only sample.
239 // A metric representing one stat with aggregation type sum.
253 // A metric representing a ratio between metrics with aggregation type average.
271 // A metric representing one stat with aggregation type none.
277 // A metric representing one stat with aggregation type only sample.
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/monitor/
H A Dcounters.h18 // Aggregation is the list of possible aggregations for Stats.
20 enum class C10_API_ENUM Aggregation { enum
48 // aggregation.
49 TORCH_API const char* aggregationName(Aggregation agg);
58 for (Aggregation b : list) { in merge()
105 std::initializer_list<Aggregation> aggregations,
117 std::vector<Aggregation> aggregations,
145 if (aggregations_.test(static_cast<int>(Aggregation::VALUE))) { in add()
148 if (aggregations_.test(static_cast<int>(Aggregation::MEAN)) || in add()
149 aggregations_.test(static_cast<int>(Aggregation::SUM))) { in add()
[all …]
/aosp_15_r20/external/tcpdump/tests/
H A Dlacp-ev.out4 State Flags [Activity, Aggregation, Expired]
7 State Flags [Timeout, Aggregation, Collecting, Distributing]
14 State Flags [Activity, Aggregation, Expired]
17 State Flags [Timeout, Aggregation, Collecting, Distributing]
24 State Flags [Activity, Aggregation, Expired]
27 State Flags [Timeout, Aggregation, Collecting, Distributing]
34 State Flags [Activity, Aggregation, Synchronization, Default]
44 State Flags [Activity, Aggregation, Synchronization, Collecting, Distributing, Default]
54 State Flags [Activity, Aggregation, Synchronization, Collecting, Distributing, Default]
64 State Flags [Activity, Aggregation, Synchronization, Collecting, Distributing, Default]
[all …]
/aosp_15_r20/external/federated-compute/fcp/aggregation/protocol/simple_aggregation/
H A DBUILD15 # Aggregation Protocol Package
20 default_visibility = ["//fcp/aggregation:internal"],
34 "//fcp/aggregation/core:aggregator",
35 "//fcp/aggregation/core:federated_sum",
36 "//fcp/aggregation/core:tensor",
37 "//fcp/aggregation/protocol:aggregation_protocol",
38 "//fcp/aggregation/protocol:cc_proto",
39 "//fcp/aggregation/protocol:checkpoint_builder",
40 "//fcp/aggregation/protocol:checkpoint_parser",
41 "//fcp/aggregation/protocol:configuration_cc_proto",
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dmonitoring_v1.projects.dashboards.html151aggregation&quot;: { # Describes how to combine multiple time series to provide a different view o…
154 …how the time series are partitioned into subsets prior to applying the aggregation operation. Each…
165Aggregation of time series is done in two steps. First, each time series in the set is aligned to …
168 …how the time series are partitioned into subsets prior to applying the aggregation operation. Each…
180aggregation&quot;: { # Describes how to combine multiple time series to provide a different view o…
183 …how the time series are partitioned into subsets prior to applying the aggregation operation. Each…
191aggregation&quot;: { # Describes how to combine multiple time series to provide a different view o…
194 …how the time series are partitioned into subsets prior to applying the aggregation operation. Each…
206Aggregation of time series is done in two steps. First, each time series in the set is aligned to …
209 …how the time series are partitioned into subsets prior to applying the aggregation operation. Each…
[all …]
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/stats/
H A DViewData.java24 import io.opencensus.stats.Aggregation.Count;
25 import io.opencensus.stats.Aggregation.Distribution;
26 import io.opencensus.stats.Aggregation.LastValue;
27 import io.opencensus.stats.Aggregation.Sum;
114 * @throws IllegalArgumentException if the types of {@code Aggregation} and {@code
167 * @throws IllegalArgumentException if the types of {@code Aggregation} and {@code
245 final Aggregation aggregation, final AggregationData aggregationData, final Measure measure) {
246 aggregation.match(
255 aggregationData instanceof SumDataDouble, aggregation, aggregationData);
263 aggregationData instanceof SumDataLong, aggregation, aggregationData);
[all …]
H A DAggregation.java25 * {@link Aggregation} is the process of combining a certain set of {@code MeasureValue}s for a
28 * <p>{@link Aggregation} currently supports 4 types of basic aggregation:
37 * <p>When creating a {@link View}, one {@link Aggregation} needs to be specified as how to
43 public abstract class Aggregation { class
45 private Aggregation() {} in Aggregation() method in Aggregation
57 Function<? super Aggregation, T> defaultFunction); in match() argument
66 public abstract static class Sum extends Aggregation {
88 Function<? super Aggregation, T> defaultFunction) { in match() argument
100 public abstract static class Count extends Aggregation {
122 Function<? super Aggregation, T> defaultFunction) { in match() argument
[all …]
/aosp_15_r20/external/federated-compute/fcp/demo/
H A Daggregations.py32 from fcp.aggregation.protocol import aggregation_protocol_messages_pb2 as apm_pb2
33 from fcp.aggregation.protocol import configuration_pb2
34 from fcp.aggregation.protocol.python import aggregation_protocol
35 from fcp.aggregation.tensorflow.python import aggregation_protocols
53 """The status of an aggregation session."""
54 # The current state of the aggregation session.
56 # Number of clients that successfully started and completed the aggregation
59 # Number of clients that started the aggregation upload protocol but failed
62 # Number of clients that started the aggregation upload protocol but have not
65 # Number of clients that started the aggregation protocol but were aborted by
[all …]
H A Dtask_assignments_test.py87 'aggregation-session',
121 'aggregation-session',
149 aggregation_id='aggregation-session',
164 'aggregation-session', num_tokens=1)
181 'aggregation-session1',
193 'aggregation-session2',
215 aggregation_id='aggregation-session1',
229 'aggregation-session1', num_tokens=1)
232 service.remove_task('aggregation-session1')
245 aggregation_id='aggregation-session2',
[all …]
/aosp_15_r20/external/federated-compute/fcp/aggregation/tensorflow/
H A DBUILD18 default_visibility = ["//fcp/aggregation:internal"],
27 "//fcp/aggregation/core:tensor",
28 "//fcp/aggregation/core:tensor_cc_proto",
41 "//fcp/aggregation/core:tensor",
42 "//fcp/aggregation/testing",
58 "//fcp/aggregation/core:tensor",
78 "//fcp/aggregation/testing",
92 "//fcp/aggregation/core:tensor",
109 "//fcp/aggregation/core:tensor",
110 "//fcp/aggregation/testing",
[all …]
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/filters/census/
H A Dviews.cc32 using ::opencensus::stats::Aggregation;
42 Aggregation BytesDistributionAggregation() { in BytesDistributionAggregation()
43 return Aggregation::Distribution(BucketBoundaries::Explicit( in BytesDistributionAggregation()
48 Aggregation MillisDistributionAggregation() { in MillisDistributionAggregation()
49 return Aggregation::Distribution(BucketBoundaries::Explicit( in MillisDistributionAggregation()
63 Aggregation CountDistributionAggregation() { in CountDistributionAggregation()
64 return Aggregation::Distribution(BucketBoundaries::Exponential(17, 1.0, 2.0)); in CountDistributionAggregation()
112 .set_aggregation(Aggregation::Count()) in ClientStartedRpcs()
122 .set_aggregation(Aggregation::Count()) in ClientCompletedRpcs()
176 .set_aggregation(Aggregation::Count()) in ServerStartedRpcs()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/
Dviews.cc32 using ::opencensus::stats::Aggregation;
42 Aggregation BytesDistributionAggregation() { in BytesDistributionAggregation()
43 return Aggregation::Distribution(BucketBoundaries::Explicit( in BytesDistributionAggregation()
48 Aggregation MillisDistributionAggregation() { in MillisDistributionAggregation()
49 return Aggregation::Distribution(BucketBoundaries::Explicit( in MillisDistributionAggregation()
63 Aggregation CountDistributionAggregation() { in CountDistributionAggregation()
64 return Aggregation::Distribution(BucketBoundaries::Exponential(17, 1.0, 2.0)); in CountDistributionAggregation()
112 .set_aggregation(Aggregation::Count()) in ClientStartedRpcs()
122 .set_aggregation(Aggregation::Count()) in ClientCompletedRpcs()
176 .set_aggregation(Aggregation::Count()) in ServerStartedRpcs()
[all …]
/aosp_15_r20/external/federated-compute/fcp/protos/federatedcompute/
H A Dsecure_aggregations.proto28 // computation to notify the server that the client has Aggregation data to
29 // upload via the Secure Aggregation protocol. If a client's result is no
32 // operation is completed successfully when the Secure Aggregation protocol is
38 // participation in the Secure Aggregation protocol.
100 // If a client's aggregation result is no longer needed for the aggregation
113 // The id of the aggregation session this client participates in. This value
134 // aggregation protocol.
156 // Modulus for secure aggregation.
158 // The secure aggregation protocol will compute the sum modulo this modulus.
162 // participating in the aggregation shard.
[all …]
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dpivot_table.ts21 Aggregation,
263 renderedCells.push(m('td.aggregation' + markFirst(j), renderedValue));
304 readableAggregationName(aggregation: Aggregation) {
305 if (aggregation.aggregationFunction === 'COUNT') {
308 return `${aggregation.aggregationFunction}(${readableColumnName(
309 aggregation.column,
314 aggregation: Aggregation,
319 label: nameOverride ?? readableColumnName(aggregation.column),
321 this.pivotMgr.addAggregation(aggregation, index);
346 return m(MenuItem, {label: `Add ${table} aggregation`}, items);
[all …]

12345678910>>...94