Home
last modified time | relevance | path

Searched defs:num_threads (Results 151 – 175 of 461) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DParallelOpenMP.cpp24 std::atomic<int> num_threads{-1}; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
H A Dconfiguration.proto275 optional int32 num_threads = 1; field
443 optional int32 num_threads = 1 [default = -1]; field
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstress_dtls.c73 int num_threads = 1; in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dthread_group.hpp52 void create_threads(Function f, std::size_t num_threads) in create_threads()
/aosp_15_r20/art/test/1986-structural-redefine-multi-thread-stack-scope/src/
H A DMain.java85 final int num_threads = 10; in main() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dmultithreaded_compilation_test.cc56 constexpr int num_threads = 32; in XLA_TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Dmatrix_band_part_op_gpu.cu.cc32 __global__ void MatrixBandPartKernel(const int num_threads, in MatrixBandPartKernel()
H A Deye_functor_gpu.cu.cc32 __global__ void EyeKernel(int num_threads, int batch_size, int m, int n, in EyeKernel()
/aosp_15_r20/external/pytorch/benchmarks/instruction_counts/worker/
H A Dmain.py76 num_threads: int = 1 variable in WorkerTimerArgs
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dcluster.cc32 void Cluster::SetNumInterOpThreads(int num_threads) { in SetNumInterOpThreads()
/aosp_15_r20/external/perfetto/tools/
H A Dload_tool106 num_threads, duty_cycle, period_us): argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_cs_tpool.c87 lp_cs_tpool_create(unsigned num_threads) in lp_cs_tpool_create()
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuPool2d.cpp69 const unsigned int num_threads = NEScheduler::get().num_threads(); in configure() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
H A Dinference_profiler_stage_test.cc34 EvaluationStageConfig GetInferenceProfilerStageConfig(int num_threads = 1) { in GetInferenceProfilerStageConfig()
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-multithread.c37 static int num_threads = 30; variable
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/UNIT/
H A DMultithreaded.cpp48 constexpr auto num_threads(16u); in TEST_SUITE() local
/aosp_15_r20/external/XNNPACK/src/operators/
H A Dresize-bilinear-nchw.c215 const size_t num_threads = pthreadpool_get_threads_count(threadpool); in xnn_setup_resize_bilinear2d_nchw_f32() local
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/
H A Dblocking_counter_test.cc53 int num_threads = state.range(0); in BM_BlockingCounter() local
/aosp_15_r20/external/pytorch/c10/core/
H A Dthread_pool.cpp11 size_t num_threads = 0; in defaultNumThreads() local
/aosp_15_r20/art/test/1995-final-virtual-structural-multithread/src/art/
H A DTest1995.java149 public static MyThread[] startThreads(int num_threads) throws Exception { in startThreads()
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dthread_manager.h14 explicit ThreadManager(int num_threads) in ThreadManager()
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dthread_manager.h14 ThreadManager(int num_threads) in ThreadManager()
/aosp_15_r20/cts/hostsidetests/theme/
H A Dgenerate_images.py97 def execute_parallel(tasks, setup, q, num_threads): argument
/aosp_15_r20/external/google-benchmark/src/
H A Dthread_manager.h14 explicit ThreadManager(int num_threads) in ThreadManager()
/aosp_15_r20/external/ltp/testcases/kernel/sched/pthreads/
H A Dpth_str02.c68 int num_threads = DEFAULT_NUM_THREADS; variable

12345678910>>...19