/aosp_15_r20/external/pytorch/test/distributed/checkpoint/ |
H A D | test_file_system_checkpoint_cpu.py | 105 def test_read_write_only_tensor(self, thread_count) -> None: argument 139 def test_read_write_shard_tensor(self, thread_count) -> None: argument 202 def test_load_with_different_shard_plan(self, thread_count) -> None: argument 313 def test_load_rowwise_to_colwise(self, thread_count) -> None: argument 359 def test_save_load_bytes(self, thread_count) -> None: argument 377 def test_switch_between_sharded_tensor_to_tensor(self, thread_count) -> None: argument
|
/aosp_15_r20/external/libgav1/src/ |
H A D | threading_strategy.cc | 58 int ComputeFrameThreadCount(int thread_count, int tile_count, in ComputeFrameThreadCount() 70 int thread_count) { in Reset() 152 bool ThreadingStrategy::Reset(int thread_count) { in Reset() 175 int thread_count, int tile_count, int tile_columns, in InitializeThreadPoolsForFrameParallel()
|
H A D | threading_strategy_test.cc | 194 void VerifyFrameParallel(int thread_count, int tile_count, int tile_columns, in VerifyFrameParallel() 234 for (int thread_count = 2; thread_count <= 6; ++thread_count) { in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/executors/ |
D | basic_thread_pool.hpp | 141 basic_thread_pool(unsigned const thread_count = thread::hardware_concurrency()+1) in basic_thread_pool() 170 basic_thread_pool( unsigned const thread_count, AtThreadEntry& at_thread_entry) in basic_thread_pool() 189 basic_thread_pool( unsigned const thread_count, void(*at_thread_entry)(basic_thread_pool&)) in basic_thread_pool() 208 …basic_thread_pool( unsigned const thread_count, BOOST_THREAD_FWD_REF(AtThreadEntry) at_thread_entr… in basic_thread_pool()
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/ |
H A D | thread_pool_test.cc | 252 constexpr int thread_count = 8; in TYPED_TEST() local 308 constexpr size_t thread_count = 300; in TEST_F() local 346 constexpr size_t thread_count = 150; in TEST_F() local 382 constexpr size_t thread_count = 50; in TEST_F() local 419 constexpr size_t thread_count = 50; in TEST_F() local 449 constexpr size_t thread_count = 100; in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | depthwiseconv_multithread.h | 91 int thread_count = std::max(1, num_muls / kMinMulPerThread); in HowManyConvThreads() local 95 inline bool MultithreadAlongBatches(int thread_count, int batches) { in MultithreadAlongBatches() 134 int thread_count = HowManyConvThreads(output_shape, filter_shape); in DepthwiseConv() local
|
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/ |
H A D | pthreadpool-cpp.cc | 22 PThreadPool::PThreadPool(const size_t thread_count) in PThreadPool() 32 void PThreadPool::set_thread_count(const size_t thread_count) { in set_thread_count()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_platform_dependents.cpp | 127 int thread_count; member 154 int thread_count, in launch_threads() argument
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | scheduler.cc | 99 explicit ThreadPoolScheduler(std::size_t thread_count) in ThreadPoolScheduler() 201 std::unique_ptr<Scheduler> CreateThreadPoolScheduler(std::size_t thread_count) { in CreateThreadPoolScheduler()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A D | stop_token.bench.cpp | 55 constexpr size_t thread_count = 20; in BM_stop_token_multi_thread_polling_stop_requested() local 132 constexpr size_t thread_count = 20; in BM_stop_token_async_reg_unreg_callback() local
|
/aosp_15_r20/art/test/911-get-stack-trace/ |
H A D | stack_trace.cc | 145 jint thread_count; in Java_art_AllTraces_getAllStackTraces() local 173 jint thread_count = env->GetArrayLength(jthreads); in Java_art_ThreadListTraces_getThreadListStackTraces() local
|
/aosp_15_r20/art/runtime/gc/collector/ |
H A D | mark_sweep.cc | 871 size_t thread_count = GetThreadCount(paused); in ScanGrayObjects() local 1020 size_t thread_count = GetThreadCount(false); in RecursiveMark() local 1303 void MarkSweep::ProcessMarkStackParallel(size_t thread_count) { in ProcessMarkStackParallel() 1328 size_t thread_count = GetThreadCount(paused); in ProcessMarkStack() local
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | stackwalk_common.cc | 1196 int thread_count = process_state.threads()->size(); in PrintProcessState() local 1277 int thread_count = process_state.threads()->size(); in PrintProcessStateMachineReadable() local
|
/aosp_15_r20/external/cronet/base/synchronization/ |
H A D | condition_variable_unittest.cc | 487 WorkQueue::WorkQueue(int thread_count) in WorkQueue() 572 bool WorkQueue::ThreadSafeCheckShutdown(int thread_count) { in ThreadSafeCheckShutdown()
|
/aosp_15_r20/external/gemmlowp/internal/ |
H A D | multi_thread_gemm.h | 601 int thread_count = std::min(max_count, CeilQuotient(rows, MinRowsPerThread)); in HowManyThreads() local 658 const int thread_count = HowManyThreads<KernelFormat::kRows>( in MultiThreadGemm() local
|
/aosp_15_r20/external/libchrome/base/synchronization/ |
H A D | condition_variable_unittest.cc | 502 WorkQueue::WorkQueue(int thread_count) in WorkQueue() 587 bool WorkQueue::ThreadSafeCheckShutdown(int thread_count) { in ThreadSafeCheckShutdown()
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | partition_alloc_perftest.cc | 381 void LogResults(int thread_count, in LogResults() 390 void RunTest(int thread_count, in RunTest()
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/util/ |
H A D | process_record_file_parameters.h | 27 uint32_t thread_count = 8; member
|
/aosp_15_r20/external/google-breakpad/src/client/mac/handler/ |
H A D | exception_handler.cc | 829 mach_msg_type_number_t thread_count; in SuspendThreads() local 847 mach_msg_type_number_t thread_count; in ResumeThreads() local
|
/aosp_15_r20/external/deqp/scripts/src_util/ |
H A D | run_clang_format.py | 54 def runClangFormat(files, thread_count, verbose): argument
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld.h | 36 uptr thread_count() const { return thread_ids_.size(); } in thread_count() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/ |
D | wait_fuzz.cpp | 47 const unsigned int thread_count = boost::thread::hardware_concurrency() + 4u; in main() local
|
/aosp_15_r20/external/perfetto/src/base/threading/ |
H A D | thread_pool.cc | 24 ThreadPool::ThreadPool(uint32_t thread_count) { in ThreadPool()
|
/aosp_15_r20/external/llvm-libc/test/integration/src/threads/ |
H A D | thrd_test.cpp | 16 static constexpr int thread_count = 1000; variable
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CPP/ |
H A D | ICPPKernel.h | 100 virtual size_t get_mws(const CPUInfo &platform, size_t thread_count) const in get_mws()
|