/external/libvpx/libvpx/test/ |
D | vp9_skip_loopfilter_test.cc | 36 void Init(int num_threads) { in Init() 122 const int num_threads = 0; in TEST() local 132 const int num_threads = 1; in TEST() local 142 const int num_threads = 8; in TEST() local 152 const int num_threads = 0; in TEST() local 162 const int num_threads = 0; in TEST() local
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | override_threadpool_test.py | 41 def _testNumThreadsHelper(self, num_threads, override_threadpool_fn): argument 79 def testNumThreadsDeprecated(self, num_threads, max_intra_op_parallelism): argument 102 def testNumThreads(self, num_threads, max_intra_op_parallelism): argument
|
/external/autotest/client/tests/sysbench/ |
D | sysbench.py | 32 num_threads = utils.count_cpus(), max_time = 60, \ argument 58 def execute_pgsql(self, build, num_threads, max_time, read_only, args): argument 103 def execute_mysql(self, build, num_threads, max_time, read_only, args): argument
|
/external/libgav1/libgav1/src/utils/ |
D | threadpool.cc | 66 std::unique_ptr<ThreadPool> ThreadPool::Create(int num_threads) { in Create() 72 int num_threads) { in Create() 87 int num_threads) in ThreadPool() 112 int ThreadPool::num_threads() const { return num_threads_; } in num_threads() function in libgav1::ThreadPool
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | eigen_support.cc | 60 explicit EigenThreadPoolWrapper(int num_threads) { in EigenThreadPoolWrapper() 88 explicit LazyEigenThreadPoolHolder(int num_threads) { in LazyEigenThreadPoolHolder() 104 void SetNumThreads(int num_threads) { in SetNumThreads()
|
/external/tensorflow/tensorflow/core/framework/ |
D | run_handler_util_test.cc | 27 void VerifySchedulingRanges(int num_active_requests, int num_threads, in VerifySchedulingRanges() 86 for (int num_threads = min_threads_per_request; in TEST() local 120 int num_threads = 10; in TEST() local
|
D | run_handler_util.cc | 81 void ComputeInterOpSchedulingRanges(int num_active_requests, int num_threads, in ComputeInterOpSchedulingRanges() 115 void ComputeInterOpStealingRanges(int num_threads, int min_threads_per_domain, in ComputeInterOpStealingRanges() 136 int num_active_requests, int num_threads) { in ChooseRequestsWithExponentialDistribution()
|
/external/libcxx/utils/google-benchmark/src/ |
D | counter.cc | 21 double num_threads) { in Finish() 38 void Finish(UserCounters* l, int64_t iterations, double cpu_time, double num_threads) { in Finish()
|
/external/google-benchmark/src/ |
D | counter.cc | 21 double num_threads) { in Finish() 43 double num_threads) { in Finish()
|
/external/libxml2/ |
D | testThreads.c | 104 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]); in main() local 145 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]); in main() local
|
/external/gemmlowp/test/ |
D | test_blocking_counter.cc | 66 void test_blocking_counter(BlockingCounter* blocking_counter, int num_threads, in test_blocking_counter() 92 for (int num_threads = 1; num_threads <= 16; num_threads++) { in test_blocking_counter() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | diag_op_gpu.cu.cc | 32 __global__ void DiagGpuKernel(const int num_threads, const int64 size, in DiagGpuKernel() 81 __global__ void DiagPartGpuKernel(const int num_threads, const int64 size, in DiagPartGpuKernel()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_flink_race.c | 84 int r, i, num_threads; in test_flink_name() local 155 int r, i, num_threads; in test_flink_close() local
|
/external/grpc-grpc/src/ruby/end2end/ |
D | multiple_killed_watching_threads_driver.rb | 35 def run_multiple_killed_watches(num_threads, sleep_time) argument
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/benchmark_data/ |
D | benchmark_params.json | 3 "num_threads" : "4", string
|
/external/tensorflow/tensorflow/python/framework/ |
D | config.py | 41 def set_intra_op_parallelism_threads(num_threads): argument 68 def set_inter_op_parallelism_threads(num_threads): argument
|
/external/vixl/tools/ |
D | thread_pool.py | 42 def Multithread(function, list_of_args, num_threads=1, init_function=None): argument
|
/external/libhevc/encoder/ |
D | ihevce_dep_mngr.c | 116 WORD32 num_threads, in ihevce_dmgr_get_mem_recs() 208 iv_mem_rec_t *ps_mem_tab, WORD32 num_units, WORD32 num_threads, WORD32 i4_mem_space) in ihevce_dmgr_map_get_mem_recs() 434 WORD32 num_threads, in ihevce_dmgr_init() 515 WORD32 num_threads, in ihevce_dmgr_map_init() 607 …id ihevce_dmgr_reg_sem_hdls(void *pv_dep_mngr_state, void **ppv_thread_sem_hdl, WORD32 num_threads) in ihevce_dmgr_reg_sem_hdls()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | threadpool_test.cc | 35 for (int num_threads = 1; num_threads < kNumThreads; num_threads++) { in TEST() local 43 for (int num_threads = 1; num_threads < kNumThreads; num_threads++) { in TEST() local 212 const int64 num_threads = threads->NumThreads(); in RunFixedBlockSizeShardingWithWorkerId() local 265 for (int num_threads = 1; num_threads < kNumThreads; num_threads++) { in TEST() local 291 for (int num_threads = 1; num_threads < kNumThreads; num_threads++) { in TEST() local 320 for (int num_threads = 1; num_threads < kNumThreads; num_threads++) { in TEST() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | backend.cc | 50 int num_threads) { in set_intra_op_parallelism_threads() 138 const int num_threads = intra_op_parallelism_threads > 0 in Backend() local
|
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/ |
D | imagenet_accuracy_eval_main.cc | 27 int num_threads = 4; in main() local
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_thread_pool.cpp | 274 const int num_threads = internal::random<int>(3, 11); in test_multithreaded_reductions() local 298 const int num_threads = internal::random<int>(3, 11); in test_memcpy() local 328 const int num_threads = internal::random<int>(2, 11); in test_multithread_shuffle() local
|
/external/autotest/client/tests/ebizzy/ |
D | ebizzy.py | 24 seconds=100, num_threads=100): argument
|
/external/XNNPACK/bench/ |
D | end2end.cc | 29 const size_t num_threads = state.range(0); in End2EndBenchmark() local
|
/external/compiler-rt/test/lsan/TestCases/ |
D | high_allocator_contention.cc | 11 int num_threads; variable
|