| /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 | 42 def _testNumThreadsHelper(self, num_threads, override_threadpool_fn): argument 84 def testNumThreadsDeprecated(self, num_threads, max_intra_op_parallelism): argument 110 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/tensorflow/tensorflow/python/framework/ |
| D | config.py | 86 def set_intra_op_parallelism_threads(num_threads): argument 113 def set_inter_op_parallelism_threads(num_threads): argument
|
| /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() 38 void Finish(UserCounters* l, int64_t iterations, double cpu_time, double num_threads) { in Finish()
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | run_handler_util_test.cc | 25 void VerifyFunction(int num_active_requests, int num_threads, in VerifyFunction() 83 for (int num_threads = min_threads_per_request; in TEST() local
|
| D | run_handler_util.cc | 24 void ComputeInterOpSchedulingRanges(int num_active_requests, int num_threads, in ComputeInterOpSchedulingRanges()
|
| /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/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/ |
| D | graph_io.py | 55 num_threads=1, argument 123 num_threads=1, argument 193 num_threads=1, argument 291 def _get_examples(file_name_queue, reader, num_threads, read_batch_size, argument 344 num_threads=1, argument
|
| D | numpy_io.py | 37 num_threads=1): argument
|
| D | generator_io.py | 41 num_threads=1, argument
|
| /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 | matrix_set_diag_op_gpu.cu.cc | 30 __global__ void MatrixSetDiagKernel(const int num_threads, const int m, in MatrixSetDiagKernel() 44 const int num_threads, const int m, const int n, const int minsize, in MatrixCopyInputAndSetDiagKernel()
|
| D | diag_op_gpu.cu.cc | 31 __global__ void DiagCudaKernel(const int num_threads, const int64 size, in DiagCudaKernel() 85 __global__ void DiagPartCudaKernel(const int num_threads, const int64 size, in DiagPartCudaKernel()
|
| /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/contrib/slim/python/slim/data/ |
| D | prefetch_queue.py | 36 num_threads=1, 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/lite/kernels/ |
| D | eigen_support.cc | 73 explicit LazyEigenThreadPoolHolder(int num_threads) { in LazyEigenThreadPoolHolder() 89 void SetNumThreads(int num_threads) { in SetNumThreads()
|
| /external/tensorflow/tensorflow/core/lib/core/ |
| D | threadpool_test.cc | 32 for (int num_threads = 1; num_threads < kNumThreads; num_threads++) { in TEST() local 40 for (int num_threads = 1; num_threads < kNumThreads; num_threads++) { in TEST() local 129 for (int num_threads = 1; num_threads < kNumThreads; num_threads++) { in TEST() local 155 for (int num_threads = 1; num_threads < kNumThreads; num_threads++) { in TEST() local
|
| /external/tensorflow/tensorflow/contrib/training/python/training/ |
| D | bucket_ops.py | 67 num_threads=1, argument 307 num_threads=1, argument
|
| /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/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_screen.h | 52 unsigned num_threads; member
|