/external/libavc/encoder/ |
D | ih264e_debug.h | 43 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) \ argument 44 ih264e_debug_dump_qp(pic_cnt, qp, num_cores); 50 #define DEBUG_DUMP_INP_TO_RC_POST_ENC(ps_frame_info, pic_cnt, num_cores) \ argument 51 ih264e_debug_dump_inp_to_post_enc(ps_frame_info, pic_cnt, num_cores); 55 #define DEBUG_DUMP_QP(pic_cnt, qp, num_cores) (void); argument 61 #define DEBUG_DUMP_INP_TO_RC_POST_ENC(ps_frame_info, pic_cnt, num_cores) (void); argument
|
/external/autotest/client/site_tests/power_Thermal/ |
D | power_Thermal.py | 18 def __init__(self, num_cores, max_cpu_freq, min_cpu_freq): argument 19 self.num_cores = num_cores 122 for cpu in range(self.pl_desc.num_cores): 173 for cpu in range(self.pl_desc.num_cores): 201 for cpu in range(self.pl_desc.num_cores): 218 for cpu in range(self.pl_desc.num_cores): 225 for cpu in range(self.pl_desc.num_cores): 264 if self._throttle_count() == self.pl_desc.num_cores:
|
/external/skia/src/core/ |
D | SkExecutor.cpp | 19 static int num_cores() { in num_cores() function 26 static int num_cores() { in num_cores() function 136 return skstd::make_unique<SkThreadPool<WorkList>>(threads > 0 ? threads : num_cores()); in MakeFIFOThreadPool() 140 return skstd::make_unique<SkThreadPool<WorkList>>(threads > 0 ? threads : num_cores()); in MakeLIFOThreadPool()
|
/external/skqp/src/core/ |
D | SkExecutor.cpp | 19 static int num_cores() { in num_cores() function 26 static int num_cores() { in num_cores() function 136 return skstd::make_unique<SkThreadPool<WorkList>>(threads > 0 ? threads : num_cores()); in MakeFIFOThreadPool() 140 return skstd::make_unique<SkThreadPool<WorkList>>(threads > 0 ? threads : num_cores()); in MakeLIFOThreadPool()
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | imagenet_input.py | 76 num_cores=8, argument 85 self.num_cores = num_cores 194 num_parallel_batches=self.num_cores, 201 num_parallel_calls=self.num_cores)
|
/external/u-boot/arch/powerpc/cpu/mpc8xxx/ |
D | fdt.c | 43 int off, num_cores, del_cores; in ft_fixup_num_cores() local 46 num_cores = cpu_numcores(); in ft_fixup_num_cores() 70 debug ("%x core system found\n", num_cores); in ft_fixup_num_cores()
|
D | cpu.c | 242 if (cpu->num_cores == 0) in cpu_mask() 294 if (cpu->num_cores == 0) in cpu_numcores() 297 return cpu->num_cores; in cpu_numcores() 329 if (cpu->num_cores == 0) { in fixup_cpu() 331 cpu->num_cores = cpu_numcores(); in fixup_cpu()
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_context.py | 316 self._eval_batch_size, self.num_hosts, self.num_cores, self.config) 348 def num_cores(self): member in _InternalTPUContext 350 return metadata.num_cores 362 num_cores_in_system = self.num_cores 596 num_cores = self.num_cores 600 if not num_cores: 721 num_cores=1,
|
D | tpu_system_metadata.py | 141 num_cores=tpu_core_count, 149 logging.info('*** Num TPU Cores: %d', metadata.num_cores)
|
D | tpu_embedding.py | 342 if self._tpu_system_metadata.num_cores == 0: 353 self._num_cores = self._tpu_system_metadata.num_cores 405 def num_cores(self): member in TPUEmbedding 769 def _validate_batch_size(batch_size, num_cores): argument 770 if batch_size % num_cores: 773 batch_size, num_cores))
|
/external/bcc/tests/python/ |
D | test_utils.py | 13 num_cores = multiprocessing.cpu_count() 15 self.assertEqual(len(online_cpus), num_cores)
|
/external/tensorflow/tensorflow/tools/test/ |
D | system_info_lib.py | 79 cpu_info.num_cores = multiprocessing.cpu_count() 92 cpu_info.num_cores_allowed = cpu_info.num_cores 97 cpu_info.num_cores = info['count']
|
/external/bcc/examples/cpp/ |
D | CPUDistribution.cc | 84 auto num_cores = sysconf(_SC_NPROCESSORS_ONLN); in main() local 85 for (int i = 0; i < num_cores; i++) { in main()
|
/external/u-boot/arch/arc/include/asm/ |
D | arc-bcr.h | 54 unsigned int pad:7, c:1, num_entries:8, num_cores:8, ver:8; member 56 unsigned int ver:8, num_cores:8, num_entries:8, c:1, pad:7;
|
/external/libhevc/common/ |
D | ithread.c | 154 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); in ithread_set_affinity() local 157 if(core_id >= num_cores) in ithread_set_affinity()
|
/external/libmpeg2/common/ |
D | ithread.c | 161 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); in ithread_set_affinity() local 164 if (core_id >= num_cores) in ithread_set_affinity()
|
/external/libavc/common/ |
D | ithread.c | 179 int num_cores = sysconf(_SC_NPROCESSORS_ONLN); in ithread_set_affinity() local 182 if (core_id >= num_cores) in ithread_set_affinity()
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | run_config.py | 233 num_cores=0, argument 312 inter_op_parallelism_threads=num_cores, 313 intra_op_parallelism_threads=num_cores,
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster_test.py | 101 num_cores=60, 153 type='GPU', frequency=1000, num_cores=60) 157 type='CPU', frequency=3000, num_cores=6)
|
D | graph_placer_test.py | 70 num_cores=24, 89 num_cores=4,
|
/external/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
D | soc.h | 51 u32 num_cores; member 55 { .name = #n, .soc_ver = SVR_##v, .num_cores = (nc)}
|
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/ |
D | keras_support.py | 226 self._num_cores = 1 if using_single_core else metadata.num_cores 238 num_cores = self._num_cores 239 if num_cores > 1 and cpu_model.stateful: 243 num_cores = 1 245 return TPUAssignment(worker_name=self._worker_name, num_cores=num_cores) 256 def __init__(self, worker_name, num_cores): argument 258 self._num_cores = num_cores 291 def _cross_replica_concat(tensor, core_id, num_cores, name): argument 312 math_ops.equal(np.arange(num_cores, dtype=np.int32), core_id), 314 mask = array_ops.reshape(mask, [num_cores] + [1] * tensor.shape.ndims) [all …]
|
/external/u-boot/arch/x86/cpu/broadwell/ |
D | cpu.c | 436 int num_cores; in broadwell_init() local 442 num_cores = (msr.lo >> 16) & 0xffff; in broadwell_init() 443 debug("CPU has %u cores, %u threads enabled\n", num_cores, in broadwell_init() 446 priv->ht_disabled = num_threads == num_cores; in broadwell_init()
|
/external/webrtc/webrtc/video/ |
D | video_quality_test.cc | 84 uint32_t num_cores = CpuInfo::DetectNumberOfCores(); in VideoAnalyzer() local 85 RTC_DCHECK_GE(num_cores, 1u); in VideoAnalyzer() 89 if (num_cores <= kMinCoresLeft) { in VideoAnalyzer() 90 num_cores = 1; in VideoAnalyzer() 92 num_cores -= kMinCoresLeft; in VideoAnalyzer() 93 num_cores = std::min(num_cores, kMaxComparisonThreads); in VideoAnalyzer() 96 for (uint32_t i = 0; i < num_cores; ++i) { in VideoAnalyzer()
|
/external/libavc/test/decoder/ |
D | dec.cfg | 7 --num_cores 3
|