/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | ParallelOpenMP.cpp | 24 std::atomic<int> num_threads{-1}; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/ |
H A D | configuration.proto | 275 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 D | stress_dtls.c | 73 int num_threads = 1; in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | thread_group.hpp | 52 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 D | Main.java | 85 final int num_threads = 10; in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | multithreaded_compilation_test.cc | 56 constexpr int num_threads = 32; in XLA_TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/ |
H A D | matrix_band_part_op_gpu.cu.cc | 32 __global__ void MatrixBandPartKernel(const int num_threads, in MatrixBandPartKernel()
|
H A D | eye_functor_gpu.cu.cc | 32 __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 D | main.py | 76 num_threads: int = 1 variable in WorkerTimerArgs
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/ |
H A D | cluster.cc | 32 void Cluster::SetNumInterOpThreads(int num_threads) { in SetNumInterOpThreads()
|
/aosp_15_r20/external/perfetto/tools/ |
H A D | load_tool | 106 num_threads, duty_cycle, period_us): argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_cs_tpool.c | 87 lp_cs_tpool_create(unsigned num_threads) in lp_cs_tpool_create()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/ |
H A D | CpuPool2d.cpp | 69 const unsigned int num_threads = NEScheduler::get().num_threads(); in configure() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
H A D | inference_profiler_stage_test.cc | 34 EvaluationStageConfig GetInferenceProfilerStageConfig(int num_threads = 1) { in GetInferenceProfilerStageConfig()
|
/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-multithread.c | 37 static int num_threads = 30; variable
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/UNIT/ |
H A D | Multithreaded.cpp | 48 constexpr auto num_threads(16u); in TEST_SUITE() local
|
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A D | resize-bilinear-nchw.c | 215 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 D | blocking_counter_test.cc | 53 int num_threads = state.range(0); in BM_BlockingCounter() local
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | thread_pool.cpp | 11 size_t num_threads = 0; in defaultNumThreads() local
|
/aosp_15_r20/art/test/1995-final-virtual-structural-multithread/src/art/ |
H A D | Test1995.java | 149 public static MyThread[] startThreads(int num_threads) throws Exception { in startThreads()
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/ |
H A D | thread_manager.h | 14 explicit ThreadManager(int num_threads) in ThreadManager()
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | thread_manager.h | 14 ThreadManager(int num_threads) in ThreadManager()
|
/aosp_15_r20/cts/hostsidetests/theme/ |
H A D | generate_images.py | 97 def execute_parallel(tasks, setup, q, num_threads): argument
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | thread_manager.h | 14 explicit ThreadManager(int num_threads) in ThreadManager()
|
/aosp_15_r20/external/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str02.c | 68 int num_threads = DEFAULT_NUM_THREADS; variable
|