Home
last modified time | relevance | path

Searched defs:num_threads (Results 26 – 50 of 461) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/rseq/
H A Dparam_test.c419 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 Dthread_constants.h12 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 Dthread_quota.cc32 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/
Dthread_quota.cc32 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 DSingleThreadScheduler.cpp32 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 Dthreadpool.cc89 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 Dcounter.cc21 double num_threads) { in Finish()
43 double num_threads) { in Finish()
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dcounter.cc21 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 Dcounter.cc21 double num_threads) { in Finish()
43 double num_threads) { in Finish()
/aosp_15_r20/external/federated-compute/fcp/client/http/testing/
H A Dhttp_test_server.cc71 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 DCpuGemmAssemblyDispatch.cpp539 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 Dfully_connected_test.cc408 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 Dop_resolver_lazy_delegate_proxy.cc111 OpResolverLazyDelegateProxy::createXNNPackDelegate(int num_threads) { in createXNNPackDelegate()
144 OpResolverLazyDelegateProxy::createXNNPackOpaqueDelegate(int num_threads) { in createXNNPackOpaqueDelegate()
/aosp_15_r20/external/gemmlowp/test/
H A Dtest_blocking_counter.cc95 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 Devent_loop_group.c79 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 Dgem_flink_race.c84 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 Ddiag_op_gpu.cu.cc32 __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 DIScheduler.cpp46 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 Druntime_fallback_executor.cc76 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 Dinput_test.py810 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 Dbackend.cc49 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 Dbarrier_test.cc59 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 Dbenchmark_utils.py49 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 Dutils.cc175 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 Dconfig.py108 def set_intra_op_parallelism_threads(num_threads): argument
135 def set_inter_op_parallelism_threads(num_threads): argument

12345678910>>...19