Searched refs:aggregated (Results 1 – 25 of 68) sorted by relevance
123
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_h264.h | 58 bool aggregated, in PacketUnit() 63 aggregated(aggregated), in PacketUnit() 69 bool aggregated; member
|
D | rtp_format_h264.cc | 251 } else if (packet.aggregated) { in NextPacket() 273 while (packet->aggregated) { in NextAggregatePacket()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_AccumulatorNumAccumulated.pbtxt | 12 The number of gradients aggregated in the given accumulator. 15 summary: "Returns the number of gradients aggregated in the given accumulators."
|
D | api_def_ResourceAccumulatorNumAccumulated.pbtxt | 13 The number of gradients aggregated in the given accumulator. 16 summary: "Returns the number of gradients aggregated in the given accumulators."
|
D | api_def_AccumulatorTakeGradient.pbtxt | 32 aggregated more than num_required gradients, it returns the average of
|
D | api_def_ResourceAccumulatorTakeGradient.pbtxt | 33 aggregated more than num_required gradients, it returns the average of
|
D | api_def_SparseAccumulatorTakeGradient.pbtxt | 44 aggregated more than num_required gradients, it will return its
|
/external/tensorflow/tensorflow/core/framework/ |
D | variable.proto | 23 // `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/ |
D | format | 11 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/ |
D | format | 11 print fmt: "dev: %s, aggregated first packet", __get_str(name)
|
/external/tensorflow/tensorflow/python/training/tracking/ |
D | data_structures.py | 282 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/ |
D | CtsDeqpTestCases-trimmed-inaccurate.txt | 6 Total aggregated tests run time: 8h 8m 12s
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | kernel_stats.proto | 38 // A list of kernels aggregated by name.
|
D | op_profile.proto | 57 // Measurements of an operation (or aggregated set of operations).
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_output.proto | 48 // The following are the aggregated stats from all *accounted* children and 107 // The following are the aggregated stats from descendants.
|
D | profiler_analysis.proto | 47 // aggregated.
|
/external/perfetto/docs/reference/ |
D | checkpoint-atoms.md | 37 These atoms will not be reported individually but instead aggregated by trigger name
|
/external/oss-fuzz/docs/advanced-topics/ |
D | code_coverage.md | 46 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/ |
D | graph_processor.cc | 473 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/ |
D | test_service.proto | 33 // The server returns the aggregated size of client payload as the result.
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | load_report.proto | 46 // 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/ |
D | test.proto | 41 // The server returns the aggregated size of client payload as the result.
|
/external/grpc-grpc/src/objective-c/examples/RemoteTestClient/ |
D | test.proto | 41 // The server returns the aggregated size of client payload as the result.
|
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/ |
D | test.proto | 53 // The server returns the aggregated size of client payload as the result.
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | profile_memory.md | 22 # With op view, it shows you the aggregated output tensor bytes of each
|
123