/external/grpc-grpc/src/cpp/util/ |
D | core_stats.cc | 34 m->set_count(core.counters[i]); in CoreStatsToProto() 43 b->set_count(core.histograms[grpc_stats_histo_start[i] + j]); in CoreStatsToProto()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/util/ |
D | core_stats.cc | 34 m->set_count(core.counters[i]); in CoreStatsToProto() 43 b->set_count(core.histograms[grpc_stats_histo_start[i] + j]); in CoreStatsToProto()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cudnn_pooling_gpu.cc | 74 input_desc.set_count(in_batch) in Compute() 78 output_desc.set_count(in_batch) in Compute() 208 orig_output_desc.set_count(in_batch) in Compute() 213 orig_input_desc.set_count(in_batch) in Compute()
|
D | pooling_ops_common.cc | 363 input_desc.set_count(batch_size) in Compute() 370 output_desc.set_count(batch_size) in Compute() 678 orig_output_desc.set_count(params.tensor_in_batch) in Compute() 685 orig_input_desc.set_count(params.tensor_in_batch) in Compute()
|
D | lrn_op.cc | 204 dimensions_desc.set_count(batch) in launch() 257 dimensions_desc.set_count(batch) in launch() 496 dimensions_desc.set_count(batch) in launch() 571 dimensions_desc.set_count(batch) in launch()
|
D | conv_ops_fused_impl.h | 573 input_desc.set_count(in_batch) 584 bias_desc.set_count(1) 598 output_desc.set_count(out_batch)
|
D | conv_grad_input_ops.cc | 250 input_desc.set_count(dims.batch_size) in operator ()() 256 output_desc.set_count(dims.batch_size) in operator ()()
|
D | conv_ops_3d.cc | 398 input_desc.set_count(in_batch) in launch() 405 output_desc.set_count(in_batch) in launch()
|
D | fused_batch_norm_op.cc | 891 x_desc.set_count(batch_size) in operator ()() 898 scale_offset_desc.set_count(1) in operator ()() 1082 x_desc.set_count(batch_size) in operator ()() 1089 scale_offset_desc.set_count(1) in operator ()()
|
D | conv_grad_ops_3d.cc | 1299 input_desc.set_count(dims.batch_size) in Compute() 1306 output_desc.set_count(dims.batch_size) in Compute() 1793 input_desc.set_count(dims.batch_size) in Compute() 1803 output_desc.set_count(dims.batch_size) in Compute()
|
D | conv_grad_filter_ops.cc | 855 input_desc.set_count(dims.batch_size) in operator ()() 861 output_desc.set_count(dims.batch_size) in operator ()()
|
D | conv_ops.cc | 880 input_desc.set_count(in_batch) in operator ()() 886 output_desc.set_count(out_batch) in operator ()()
|
/external/grpc-grpc/test/cpp/qps/ |
D | histogram.h | 61 p->set_count(grpc_histogram_count(impl_)); in FillProto()
|
D | client.h | 205 rrc->set_count(it->second); in Mark()
|
D | driver.cc | 489 rrc->set_count(it->second); in RunScenario()
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | xplane_to_tf_functions.cc | 137 dst->set_count(src.count() + dst->count()); in CombineTfFunctionMetrics() 236 metrics->set_count(metrics->count() + 1); in ConvertToTfFunctionDb()
|
D | op_stats_to_input_pipeline_analysis.cc | 338 details.set_count(op_metrics.occurrences()); in ConvertOpMetricsToInputOpDetails()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_batchnorm_runner.cc | 99 .set_count(batch_size) in MakeBatchNormDescriptors() 108 .set_count(1); in MakeBatchNormDescriptors()
|
D | gpu_conv_runner.cc | 104 bias_desc.set_count(1) in RunGpuConvForwardActivation() 379 .set_count(input_shape.dimensions(dnums.input_batch_dimension())); in GetGpuConvConfig() 421 .set_count(output_shape.dimensions(dnums.output_batch_dimension())); in GetGpuConvConfig()
|
/external/perfetto/src/trace_processor/containers/ |
D | bit_vector.h | 237 uint32_t set_count = GetNumBitsSet() + count_in_block_after_end; variable 241 counts_[i] = set_count; 244 set_count += Block::kBits;
|
/external/perfetto/src/traced/probes/sys_stats/ |
D | sys_stats_data_source.cc | 351 irq_stat->set_count(v); in ReadStat() 366 softirq_stat->set_count(v); in ReadStat()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common.hh | 2151 unsigned int set_count = 0; in serialize() local 2153 if (inner_maps[i].get_population () > 0) set_count++; in serialize() 2155 unsigned int size = min_size + HBUINT32::static_size * set_count; in serialize() 2170 dataSets.len = set_count; in serialize()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_cluster_util.cc | 336 new_entry->set_count(pair.second); in HistogramMapToRepeatedOpAndCount()
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_producer.cc | 690 bucket->set_count(p.second); in SetStats()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | dnn.h | 271 BatchDescriptor& set_count(int64 value) { in set_count() function
|