Home
last modified time | relevance | path

Searched defs:thread_count (Results 1 – 25 of 141) sorted by relevance

123456

/aosp_15_r20/external/pytorch/test/distributed/checkpoint/
H A Dtest_file_system_checkpoint_cpu.py105 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 Dthreading_strategy.cc58 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 Dthreading_strategy_test.cc194 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/
Dbasic_thread_pool.hpp141 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 Dthread_pool_test.cc252 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 Ddepthwiseconv_multithread.h91 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 Dpthreadpool-cpp.cc22 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/
Dastcenccli_platform_dependents.cpp127 int thread_count; member
154 int thread_count, in launch_threads() argument
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dscheduler.cc99 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 Dstop_token.bench.cpp55 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 Dstack_trace.cc145 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 Dmark_sweep.cc871 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 Dstackwalk_common.cc1196 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 Dcondition_variable_unittest.cc487 WorkQueue::WorkQueue(int thread_count) in WorkQueue()
572 bool WorkQueue::ThreadSafeCheckShutdown(int thread_count) { in ThreadSafeCheckShutdown()
/aosp_15_r20/external/gemmlowp/internal/
H A Dmulti_thread_gemm.h601 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 Dcondition_variable_unittest.cc502 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 Dpartition_alloc_perftest.cc381 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 Dprocess_record_file_parameters.h27 uint32_t thread_count = 8; member
/aosp_15_r20/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc829 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 Drun_clang_format.py54 def runClangFormat(files, thread_count, verbose): argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h36 uptr thread_count() const { return thread_ids_.size(); } in thread_count() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/
Dwait_fuzz.cpp47 const unsigned int thread_count = boost::thread::hardware_concurrency() + 4u; in main() local
/aosp_15_r20/external/perfetto/src/base/threading/
H A Dthread_pool.cc24 ThreadPool::ThreadPool(uint32_t thread_count) { in ThreadPool()
/aosp_15_r20/external/llvm-libc/test/integration/src/threads/
H A Dthrd_test.cpp16 static constexpr int thread_count = 1000; variable
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/CPP/
H A DICPPKernel.h100 virtual size_t get_mws(const CPUInfo &platform, size_t thread_count) const in get_mws()

123456