Home
last modified time | relevance | path

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

123456

/external/pytorch/test/distributed/checkpoint/
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
/external/libgav1/src/
Dthreading_strategy.cc59 int ComputeFrameThreadCount(int thread_count, int tile_count, in ComputeFrameThreadCount()
71 int thread_count) { in Reset()
153 bool ThreadingStrategy::Reset(int thread_count) { in Reset()
176 int thread_count, int tile_count, int tile_columns, in InitializeThreadPoolsForFrameParallel()
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
/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()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
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
/external/pytorch/caffe2/utils/threadpool/
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()
/external/private-join-and-compute/private_join_and_compute/util/
Dprocess_record_file_parameters.h27 uint32_t thread_count = 8; member
/external/federated-compute/fcp/base/
Dscheduler.cc99 explicit ThreadPoolScheduler(std::size_t thread_count) in ThreadPoolScheduler()
201 std::unique_ptr<Scheduler> CreateThreadPoolScheduler(std::size_t thread_count) { in CreateThreadPoolScheduler()
/external/grpc-grpc/test/core/event_engine/
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
/external/deqp/scripts/src_util/
Drun_clang_format.py54 def runClangFormat(files, thread_count, verbose): argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h36 uptr thread_count() const { return thread_ids_.size(); } in thread_count() function
/external/sdv/vsomeip/third_party/boost/atomic/test/
Dwait_fuzz.cpp47 const unsigned int thread_count = boost::thread::hardware_concurrency() + 4u; in main() local
/external/perfetto/src/base/threading/
Dthread_pool.cc24 ThreadPool::ThreadPool(uint32_t thread_count) { in ThreadPool()
/external/cronet/stable/third_party/llvm-libc/src/test/integration/src/pthread/
Dpthread_test.cpp16 static constexpr int thread_count = 1000; variable
/external/llvm-libc/test/integration/src/threads/
Dthrd_test.cpp16 static constexpr int thread_count = 1000; variable
/external/llvm-libc/test/integration/src/pthread/
Dpthread_test.cpp16 static constexpr int thread_count = 1000; variable
/external/cronet/tot/third_party/llvm-libc/src/test/integration/src/pthread/
Dpthread_test.cpp16 static constexpr int thread_count = 1000; variable
/external/cronet/stable/third_party/llvm-libc/src/test/integration/src/threads/
Dthrd_test.cpp16 static constexpr int thread_count = 1000; variable
/external/cronet/tot/third_party/llvm-libc/src/test/integration/src/threads/
Dthrd_test.cpp16 static constexpr int thread_count = 1000; variable
/external/ComputeLibrary/arm_compute/core/CPP/
DICPPKernel.h100 virtual size_t get_mws(const CPUInfo &platform, size_t thread_count) const in get_mws()
/external/cronet/tot/third_party/libc++/src/test/benchmarks/
Dstop_token.bench.cpp59 constexpr size_t thread_count = 20; in BM_stop_token_multi_thread_polling_stop_requested() local
136 constexpr size_t thread_count = 20; in BM_stop_token_async_reg_unreg_callback() local
/external/cronet/stable/third_party/libc++/src/test/benchmarks/
Dstop_token.bench.cpp59 constexpr size_t thread_count = 20; in BM_stop_token_multi_thread_polling_stop_requested() local
136 constexpr size_t thread_count = 20; in BM_stop_token_async_reg_unreg_callback() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/thread_pool/
Doriginal_thread_pool.h106 ThreadCount thread_count; member
Dwork_stealing_thread_pool.h173 ThreadCount* thread_count() { return &thread_count_; } in thread_count() function
/external/cronet/tot/third_party/google_benchmark/src/src/
Dbenchmark_api_internal.cc13 int thread_count) in BenchmarkInstance()

123456