Home
last modified time | relevance | path

Searched refs:set_count (Results 1 – 25 of 29) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/src/cpp/util/
Dcore_stats.cc34 m->set_count(core.counters[i]); in CoreStatsToProto()
43 b->set_count(core.histograms[grpc_stats_histo_start[i] + j]); in CoreStatsToProto()
/external/grpc-grpc/src/cpp/util/
Dcore_stats.cc34 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/
Dcudnn_pooling_gpu.cc74 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()
Dpooling_ops_common.cc363 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()
Dlrn_op.cc204 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()
Dconv_ops_fused_impl.h573 input_desc.set_count(in_batch)
584 bias_desc.set_count(1)
598 output_desc.set_count(out_batch)
Dconv_grad_input_ops.cc250 input_desc.set_count(dims.batch_size) in operator ()()
256 output_desc.set_count(dims.batch_size) in operator ()()
Dconv_ops_3d.cc398 input_desc.set_count(in_batch) in launch()
405 output_desc.set_count(in_batch) in launch()
Dfused_batch_norm_op.cc891 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 ()()
Dconv_grad_ops_3d.cc1299 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()
Dconv_grad_filter_ops.cc855 input_desc.set_count(dims.batch_size) in operator ()()
861 output_desc.set_count(dims.batch_size) in operator ()()
Dconv_ops.cc880 input_desc.set_count(in_batch) in operator ()()
886 output_desc.set_count(out_batch) in operator ()()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_tf_functions.cc137 dst->set_count(src.count() + dst->count()); in CombineTfFunctionMetrics()
236 metrics->set_count(metrics->count() + 1); in ConvertToTfFunctionDb()
Dop_stats_to_input_pipeline_analysis.cc338 details.set_count(op_metrics.occurrences()); in ConvertOpMetricsToInputOpDetails()
/external/grpc-grpc/test/cpp/qps/
Dhistogram.h61 p->set_count(grpc_histogram_count(impl_)); in FillProto()
Dclient.h205 rrc->set_count(it->second); in Mark()
Ddriver.cc489 rrc->set_count(it->second); in RunScenario()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_runner.cc99 .set_count(batch_size) in MakeBatchNormDescriptors()
108 .set_count(1); in MakeBatchNormDescriptors()
Dgpu_conv_runner.cc104 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/
Dbit_vector.h237 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/
Dsys_stats_data_source.cc351 irq_stat->set_count(v); in ReadStat()
366 softirq_stat->set_count(v); in ReadStat()
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh2151 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/
Dxla_cluster_util.cc336 new_entry->set_count(pair.second); in HistogramMapToRepeatedOpAndCount()
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc690 bucket->set_count(p.second); in SetStats()
/external/tensorflow/tensorflow/stream_executor/
Ddnn.h271 BatchDescriptor& set_count(int64 value) { in set_count() function

12