Home
last modified time | relevance | path

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

12

/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()
193 orig_output_desc.set_count(in_batch) in Compute()
198 orig_input_desc.set_count(in_batch) in Compute()
Dpooling_ops_common.cc223 input_desc.set_count(batch_size) in Compute()
230 output_desc.set_count(batch_size) in Compute()
420 orig_output_desc.set_count(params.tensor_in_batch) in Compute()
427 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.h516 input_desc.set_count(in_batch)
527 bias_desc.set_count(1)
541 output_desc.set_count(out_batch)
Dfused_batch_norm_op.cc799 x_desc.set_count(batch_size) in operator ()()
806 scale_offset_desc.set_count(1) in operator ()()
998 x_desc.set_count(batch_size) in operator ()()
1005 scale_offset_desc.set_count(1) in operator ()()
Dconv_ops_3d.cc362 input_desc.set_count(in_batch) in launch()
369 output_desc.set_count(in_batch) in launch()
Dconv_grad_ops_3d.cc1268 input_desc.set_count(dims.batch_size) in Compute()
1275 output_desc.set_count(dims.batch_size) in Compute()
1748 input_desc.set_count(dims.batch_size) in Compute()
1758 output_desc.set_count(dims.batch_size) in Compute()
Dconv_grad_filter_ops.cc856 input_desc.set_count(dims.batch_size) in operator ()()
862 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 ()()
Dconv_grad_input_ops.cc1014 input_desc.set_count(dims.batch_size) in operator ()()
1020 output_desc.set_count(dims.batch_size) in operator ()()
/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/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.cc98 .set_count(batch_size) in MakeBatchNormDescriptors()
107 .set_count(1); in MakeBatchNormDescriptors()
Dgpu_conv_runner.cc103 bias_desc.set_count(1) in RunGpuConvForwardActivation()
383 .set_count(input_shape->dimensions(dnums.input_batch_dimension())); in GetGpuConvParams()
425 .set_count(output_shape->dimensions(dnums.output_batch_dimension())); in GetGpuConvParams()
/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.cc297 irq_stat->set_count(v); in ReadStat()
312 softirq_stat->set_count(v); in ReadStat()
/external/v8/src/objects/
Dcode.cc989 entries->set_count(count + 1); in InsertWeakCode()
1027 set_count(new_count); in Compact()
1061 set_count(0); in MarkCodeForDeoptimization()
Dcode.h694 inline void set_count(int value);
Dcode-inl.h138 void DependentCode::set_count(int value) { in set_count() function
/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/core/profiler/convert/
Dop_stats_to_input_pipeline_analysis.cc298 details.set_count(op_metrics.occurrences()); in ConvertOpMetricsToInputOpDetails()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc336 new_entry->set_count(pair.second); in HistogramMapToRepeatedOpAndCount()
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc636 bucket->set_count(p.second); in DumpProcessState()

12