Home
last modified time | relevance | path

Searched defs:num_threads (Results 176 – 200 of 461) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/cronet/third_party/libxml/src/
H A DtestThreads.c41 static const unsigned int num_threads = sizeof(threadParams) / variable
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/android/
H A Dcodec_metrics.proto67 optional uint32 num_threads = 4; field
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonInterceptorScheduler.cpp20 unsigned int NeonInterceptorScheduler::num_threads() const in num_threads() function in armnn::NeonInterceptorScheduler
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/
H A Dpthreadpool-cpp.cc100 auto num_threads = leaked->get_thread_count(); in pthreadpool() local
/aosp_15_r20/art/test/2001-virtual-structural-multithread/src-art/art/
H A DTest2001.java209 public static MyThread[] startThreads(int num_threads) throws Exception { in startThreads()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dcpu_backend_threadpool_test.cc45 void TestGenerateArrayOfIncrementingInts(int num_threads, int size) { in TestGenerateArrayOfIncrementingInts()
/aosp_15_r20/external/XNNPACK/src/operators/
H A Dbinary-elementwise-nd.c855 size_t num_threads) in setup_binary_elementwise_nd()
1060 size_t num_threads) in setup_binary_elementwise_nd_f16()
1090 size_t num_threads) in setup_binary_elementwise_nd_f32()
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Datomic_wait_vs_mutex_lock.bench.cpp55 constexpr auto num_threads = 15; in test_multi_thread_lock_unlock() local
/aosp_15_r20/external/coreboot/src/cpu/intel/model_2065x/
H A Dmodel_2065x_init.c117 unsigned int num_threads; in get_cpu_count() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_util.cc48 std::optional<int> num_threads, const AotCompilationOptions* aot_options) { in CreateModuleConfig()
/aosp_15_r20/external/executorch/extension/threadpool/
H A Dthreadpool.cpp100 int num_threads = cpuinfo_get_processors_count(); in get_threadpool() local
/aosp_15_r20/external/XNNPACK/eval/
H A Df16-expm1minus-ulp.cc72 uint32_t num_threads = cpuinfo_get_cores_count(); in ExpM1Error() local
H A Df32-expm1minus-ulp.cc71 uint32_t num_threads = cpuinfo_get_cores_count(); in ExpM1Error() local
H A Df32-expminus-ulp.cc71 uint32_t num_threads = cpuinfo_get_cores_count(); in ExpError() local
H A Df16-expminus-ulp.cc72 uint32_t num_threads = cpuinfo_get_cores_count(); in ExpError() local
H A Df32-sqrt-ulp.cc71 uint32_t num_threads = cpuinfo_get_cores_count(); in SqrtError() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan/tests/
H A Dstate_pool_test_helper.h69 static void run_state_pool_test(struct anv_state_pool *state_pool, unsigned num_threads, in run_state_pool_test()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/tests/
H A Dstate_pool_test_helper.h69 static void run_state_pool_test(struct anv_state_pool *state_pool, unsigned num_threads, in run_state_pool_test()
/aosp_15_r20/external/perfetto/src/tools/busy_threads/
H A Dbusy_threads.cc99 int64_t num_threads = -1; in BusyThreadsMain() local
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dpar_bridge.rs88 let num_threads = current_num_threads(); in drive_unindexed() localVariable
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dbackground_thread_structs.h47 size_t num_threads; member
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconcat_lib_cpu.h54 int num_threads = std::min(4, worker_threads->num_threads); in ConcatCPUImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler_test.cc43 int num_threads = 2; in TEST() local
82 int num_threads = 2; in TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DWeightNormKernel.cpp135 int num_threads = at::get_num_threads(); in weight_norm_last_dim_kernel() local
333 int num_threads = at::get_num_threads(); in weight_norm_backward_last_dim_kernel() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A DgenX_acceleration_structure.c873 const uint32_t num_threads = (copy_size >> 8) + 3; in cmd_build_acceleration_structures() local
899 const uint32_t num_threads = (copy_size >> 6) + 1; in cmd_build_acceleration_structures() local

12345678910>>...19