/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/rseq/ |
H A D | param_test.c | 419 const int num_threads = opt_threads; in test_percpu_spinlock() local 495 const int num_threads = opt_threads; in test_percpu_inc() local 643 const int num_threads = opt_threads; in test_percpu_list() local 834 const int num_threads = opt_threads; in test_percpu_buffer() local 1049 const int num_threads = opt_threads; in test_percpu_memcpy_buffer() local 1314 const int num_threads = opt_threads; in test_membarrier() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | thread_constants.h | 12 constexpr int num_threads() { in num_threads() function 16 constexpr uint32_t num_threads() { in num_threads() function
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/resource_quota/ |
H A D | thread_quota.cc | 32 bool ThreadQuota::Reserve(size_t num_threads) { in Reserve() 39 void ThreadQuota::Release(size_t num_threads) { in Release()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/resource_quota/ |
D | thread_quota.cc | 32 bool ThreadQuota::Reserve(size_t num_threads) { in Reserve() 39 void ThreadQuota::Release(size_t num_threads) { in Release()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/ |
H A D | SingleThreadScheduler.cpp | 32 void SingleThreadScheduler::set_num_threads(unsigned int num_threads) in set_num_threads() 73 unsigned int SingleThreadScheduler::num_threads() const in num_threads() function in arm_compute::SingleThreadScheduler
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | threadpool.cc | 89 ThreadPool::ThreadPool(Env* env, const string& name, int num_threads) in ThreadPool() 93 const string& name, int num_threads) in ThreadPool() 97 const string& name, int num_threads, in ThreadPool()
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | counter.cc | 21 double num_threads) { in Finish() 43 double num_threads) { in Finish()
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A 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()
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/ |
H A D | counter.cc | 21 double num_threads) { in Finish() 43 double num_threads) { in Finish()
|
/aosp_15_r20/external/federated-compute/fcp/client/http/testing/ |
H A D | http_test_server.cc | 71 explicit ThreadPoolEventExecutor(int num_threads) in ThreadPoolEventExecutor() 87 const std::string& uri, int port, int num_threads) { in CreateHttpTestServer()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/internal/ |
H A D | CpuGemmAssemblyDispatch.cpp | 539 unsigned int num_threads = NEScheduler::get().num_threads(); in run() local 587 unsigned int num_threads = NEScheduler::get().num_threads(); in create_arm_gemm() local 607 const unsigned int num_threads = NEScheduler::get().num_threads(); in create_arm_gemm_quant() local 660 unsigned int num_threads = NEScheduler::get().num_threads(); in has_opt_impl() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | fully_connected_test.cc | 408 int num_threads = 1) 1240 for (int num_threads = 1; num_threads <= 4; ++num_threads) { in TEST() local 1547 int num_threads = 1, 1798 for (int num_threads = 1; num_threads <= 4; num_threads++) { in TEST_P() local 1832 for (int num_threads = 1; num_threads <= 4; num_threads++) { in TEST_P() local 1954 for (int num_threads = 1; num_threads <= 4; ++num_threads) { in TEST_P() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/main/native/ |
H A D | op_resolver_lazy_delegate_proxy.cc | 111 OpResolverLazyDelegateProxy::createXNNPackDelegate(int num_threads) { in createXNNPackDelegate() 144 OpResolverLazyDelegateProxy::createXNNPackOpaqueDelegate(int num_threads) { in createXNNPackOpaqueDelegate()
|
/aosp_15_r20/external/gemmlowp/test/ |
H A D | test_blocking_counter.cc | 95 void test_blocking_counter(BlockingCounter* blocking_counter, int num_threads, in test_blocking_counter() 121 for (int num_threads = 1; num_threads <= 5; num_threads++) { in test_blocking_counter() local
|
/aosp_15_r20/external/aws-crt-java/src/native/ |
H A D | event_loop_group.c | 79 jint num_threads) { in Java_software_amazon_awssdk_crt_io_EventLoopGroup_eventLoopGroupNew() 126 jint num_threads) { in Java_software_amazon_awssdk_crt_io_EventLoopGroup_eventLoopGroupNewPinnedToCpuGroup()
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | diag_op_gpu.cu.cc | 32 __global__ void DiagGpuKernel(const int num_threads, const int64 size, in DiagGpuKernel() 82 __global__ void DiagPartGpuKernel(const int num_threads, const int64 size, in DiagPartGpuKernel()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/ |
H A D | IScheduler.cpp | 46 void IScheduler::set_num_threads_with_affinity(unsigned int num_threads, BindFunc func) in set_num_threads_with_affinity() 104 const unsigned int num_threads = std::min(num_iterations, this->num_threads()); in schedule_common() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/runtime_fallback/ |
H A D | runtime_fallback_executor.cc | 76 explicit IntraOpThreadPool(int64_t num_threads) in IntraOpThreadPool() 93 RuntimeFallbackExecutor::RuntimeFallbackExecutor(int64_t num_threads) in RuntimeFallbackExecutor()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/training/ |
H A D | input_test.py | 810 def _testKeepInputHelper(self, num_threads, enqueue_many, argument 1431 def _testKeepInputHelper(self, num_threads, enqueue_many, argument 1866 def _testKeepInputHelper(self, num_threads, enqueue_many, argument 2297 def _testKeepInputHelper(self, num_threads, enqueue_many, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | backend.cc | 49 int num_threads) { in set_intra_op_parallelism_threads() 137 const int num_threads = intra_op_parallelism_threads > 0 in Backend() local
|
/aosp_15_r20/art/runtime/ |
H A D | barrier_test.cc | 59 static int32_t num_threads; member in art::BarrierTest 62 int32_t BarrierTest::num_threads = 4; member in art::BarrierTest
|
/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/ |
H A D | benchmark_utils.py | 49 def set_omp_threads(num_threads): argument 58 def set_mkl_threads(num_threads): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/ |
H A D | utils.cc | 175 TfLiteDelegatePtr CreateXNNPACKDelegate(int num_threads) { in CreateXNNPACKDelegate() 193 TfLiteDelegatePtr CreateXNNPACKDelegate(int num_threads) { in CreateXNNPACKDelegate()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | config.py | 108 def set_intra_op_parallelism_threads(num_threads): argument 135 def set_inter_op_parallelism_threads(num_threads): argument
|