Home
last modified time | relevance | path

Searched refs:aggregated (Results 1 – 25 of 68) sorted by relevance

123

/external/webrtc/modules/rtp_rtcp/source/
Drtp_format_h264.h58 bool aggregated, in PacketUnit()
63 aggregated(aggregated), in PacketUnit()
69 bool aggregated; member
Drtp_format_h264.cc251 } else if (packet.aggregated) { in NextPacket()
273 while (packet->aggregated) { in NextAggregatePacket()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_AccumulatorNumAccumulated.pbtxt12 The number of gradients aggregated in the given accumulator.
15 summary: "Returns the number of gradients aggregated in the given accumulators."
Dapi_def_ResourceAccumulatorNumAccumulated.pbtxt13 The number of gradients aggregated in the given accumulator.
16 summary: "Returns the number of gradients aggregated in the given accumulators."
Dapi_def_AccumulatorTakeGradient.pbtxt32 aggregated more than num_required gradients, it returns the average of
Dapi_def_ResourceAccumulatorTakeGradient.pbtxt33 aggregated more than num_required gradients, it returns the average of
Dapi_def_SparseAccumulatorTakeGradient.pbtxt44 aggregated more than num_required gradients, it will return its
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto23 // `ON_READ`: Indicates that the variable will be aggregated across devices
29 // Indicates how a distributed variable will be aggregated.
71 // Indicates how a distributed variable will be aggregated.
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/rmnet_data/rmnet_start_aggregation/
Dformat11 print fmt: "dev: %s, aggregated first packet", __get_str(name)
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/rmnet_data/rmnet_start_aggregation/
Dformat11 print fmt: "dev: %s, aggregated first packet", __get_str(name)
/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures.py282 aggregated = []
285 aggregated += layer.updates
286 return aggregated
291 aggregated = []
294 aggregated += layer.losses
295 return aggregated
/external/autotest/server/cros/tradefed/tradefed_utils_unittest_data/
DCtsDeqpTestCases-trimmed-inaccurate.txt6 Total aggregated tests run time: 8h 8m 12s
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dkernel_stats.proto38 // A list of kernels aggregated by name.
Dop_profile.proto57 // Measurements of an operation (or aggregated set of operations).
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto48 // The following are the aggregated stats from all *accounted* children and
107 // The following are the aggregated stats from descendants.
Dprofiler_analysis.proto47 // aggregated.
/external/perfetto/docs/reference/
Dcheckpoint-atoms.md37 These atoms will not be reported individually but instead aggregated by trigger name
/external/oss-fuzz/docs/advanced-topics/
Dcode_coverage.md46 aggregated by OSS-Fuzz. Set up `gsutil` and ensure that you have access to the
68 If you want to generate a code coverage report using the corpus aggregated on
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_processor.cc473 uint64_t aggregated = 0; in AggregateNumericWithNameForNode() local
494 aggregated += entry.value_uint64; in AggregateNumericWithNameForNode()
497 return Node::Entry(units, aggregated); in AggregateNumericWithNameForNode()
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/service/
Dtest_service.proto33 // The server returns the aggregated size of client payload as the result.
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dload_report.proto46 // aggregated over all endpoints in the locality.
50 // the last report. This information is aggregated over all the
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/
Dtest.proto41 // The server returns the aggregated size of client payload as the result.
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/
Dtest.proto41 // The server returns the aggregated size of client payload as the result.
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto53 // The server returns the aggregated size of client payload as the result.
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_memory.md22 # With op view, it shows you the aggregated output tensor bytes of each

123