Home
last modified time | relevance | path

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

12

/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
Dvalues_util.py113 def get_on_read_restore_ops(var, tensor, aggregation): argument
321 def apply_aggregation(strategy, value, aggregation, destinations): argument
/external/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverExportUtils.java258 static MetricKind createMetricKind(View.AggregationWindow window, Aggregation aggregation) { in createMetricKind()
271 static String createUnit(Aggregation aggregation, final Measure measure) { in createUnit()
281 Aggregation aggregation, final Measure measure) { in createValueType()
360 Aggregation aggregation) { in createPoint()
370 ViewData.AggregationWindowData windowData, final Aggregation aggregation) { in createTimeInterval()
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DIntervalBucket.java42 private final Aggregation aggregation; field in IntervalBucket
47 IntervalBucket(Timestamp start, Duration duration, Aggregation aggregation, Measure measure) { in IntervalBucket()
DMutableViewData.java354 Aggregation aggregation = super.view.getAggregation(); in combineBucketsAndGetAggregationMap() local
367 Aggregation aggregation, in putBucketsIntoMultiMap()
380 head.getTagValueAggregationMap(), multimap, aggregation, measure, fractionHead); in putBucketsIntoMultiMap() local
400 Aggregation aggregation, in putFractionalMutableAggregationsToMultiMap()
414 Multimap<T, MutableAggregation> multimap, Aggregation aggregation, Measure measure) { in aggregateOnEachTagValueList()
DRecordUtils.java103 Aggregation aggregation, final Measure measure) { in createMutableAggregation()
DMetricUtils.java63 static Type getType(Measure measure, Aggregation aggregation) { in getType()
/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
Dbase.py333 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/opencensus-java/api/src/main/java/io/opencensus/stats/
DView.java124 Aggregation aggregation, in create()
152 Aggregation aggregation, in create()
/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
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
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
/external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/
DSignalFxSessionAdaptor.java91 Aggregation aggregation, View.AggregationWindow window) { in getMetricTypeForAggregation()
/external/opencensus-java/exporters/stats/prometheus/src/main/java/io/opencensus/exporter/stats/prometheus/
DPrometheusExportUtils.java132 static Type getType(Aggregation aggregation, View.AggregationWindow window) { in getType()
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto72 VariableAggregation aggregation = 9; field
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DStatsTestUtil.java69 Aggregation aggregation, Measure measure, double... values) { in createAggregationData()
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()
/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto196 VariableAggregation aggregation = 5; field
/external/autotest/frontend/client/src/autotest/tko/
DSeriesSelector.java43 private ExtendedListBox aggregation = new ExtendedListBox(); field in SeriesSelector.Series
/external/tensorflow/tensorflow/lite/python/
Dop_hint.py547 def __init__(self, aggregation): argument
766 def put_operand(stuff, index, sort, operand, aggregation): argument
/external/tensorflow/tensorflow/python/keras/engine/
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

12