/external/pytorch/test/distributed/checkpoint/ |
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
|
/external/libgav1/src/ |
D | threading_strategy.cc | 59 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()
|
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
|
/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()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
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
|
/external/pytorch/caffe2/utils/threadpool/ |
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()
|
/external/private-join-and-compute/private_join_and_compute/util/ |
D | process_record_file_parameters.h | 27 uint32_t thread_count = 8; member
|
/external/federated-compute/fcp/base/ |
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()
|
/external/grpc-grpc/test/core/event_engine/ |
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
|
/external/deqp/scripts/src_util/ |
D | run_clang_format.py | 54 def runClangFormat(files, thread_count, verbose): argument
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld.h | 36 uptr thread_count() const { return thread_ids_.size(); } in thread_count() function
|
/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
|
/external/perfetto/src/base/threading/ |
D | thread_pool.cc | 24 ThreadPool::ThreadPool(uint32_t thread_count) { in ThreadPool()
|
/external/cronet/stable/third_party/llvm-libc/src/test/integration/src/pthread/ |
D | pthread_test.cpp | 16 static constexpr int thread_count = 1000; variable
|
/external/llvm-libc/test/integration/src/threads/ |
D | thrd_test.cpp | 16 static constexpr int thread_count = 1000; variable
|
/external/llvm-libc/test/integration/src/pthread/ |
D | pthread_test.cpp | 16 static constexpr int thread_count = 1000; variable
|
/external/cronet/tot/third_party/llvm-libc/src/test/integration/src/pthread/ |
D | pthread_test.cpp | 16 static constexpr int thread_count = 1000; variable
|
/external/cronet/stable/third_party/llvm-libc/src/test/integration/src/threads/ |
D | thrd_test.cpp | 16 static constexpr int thread_count = 1000; variable
|
/external/cronet/tot/third_party/llvm-libc/src/test/integration/src/threads/ |
D | thrd_test.cpp | 16 static constexpr int thread_count = 1000; variable
|
/external/ComputeLibrary/arm_compute/core/CPP/ |
D | ICPPKernel.h | 100 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/ |
D | stop_token.bench.cpp | 59 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/ |
D | stop_token.bench.cpp | 59 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/ |
D | original_thread_pool.h | 106 ThreadCount thread_count; member
|
D | work_stealing_thread_pool.h | 173 ThreadCount* thread_count() { return &thread_count_; } in thread_count() function
|
/external/cronet/tot/third_party/google_benchmark/src/src/ |
D | benchmark_api_internal.cc | 13 int thread_count) in BenchmarkInstance()
|