Home
last modified time | relevance | path

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

1234

/external/libgav1/src/
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()
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/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/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h36 uptr thread_count() const { return thread_ids_.size(); } in thread_count() function
/external/perfetto/src/base/threading/
Dthread_pool.cc24 ThreadPool::ThreadPool(uint32_t thread_count) { in ThreadPool()
/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/ComputeLibrary/src/cpu/kernels/assembly/
DCpuGemmAssemblyWrapperKernel.h125 size_t get_mws(const CPUInfo &platform, size_t thread_count) const override in get_mws()
/external/compiler-rt/test/tsan/
Ddebugging.cc57 int stack_count, mop_count, loc_count, mutex_count, thread_count, in __tsan_on_report() local
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/c/
Dxnnpack_plugin_test.cc79 int thread_count = pthreadpool_get_threads_count(threadpool); in TEST_F() local
/external/ruy/ruy/
Dblock_map.h84 int thread_count; member
Dctx.cc173 void Ctx::EnsureThreadSpecificResources(int thread_count) { in EnsureThreadSpecificResources()
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dxnnpack_plugin_test.cc87 int thread_count = pthreadpool_get_threads_count(threadpool); in TEST_F() local
/external/linux-kselftest/tools/testing/selftests/timers/
Dthreadtest.c122 int thread_count, i; in main() local
/external/google-breakpad/src/processor/
Dstackwalk_common.cc860 int thread_count = process_state.threads()->size(); in PrintProcessState() local
940 int thread_count = process_state.threads()->size(); in PrintProcessStateMachineReadable() local
/external/tensorflow/tensorflow/lite/kernels/
Dadd_n.cc79 const int thread_count = in Prepare() local
/external/grpc-grpc/test/core/gpr/
Dspinlock_test.cc37 int thread_count; /* number of threads */ member
/external/libhevc/encoder/
Dosal_handle.h73 WORD32 thread_count; member
/external/libiio/src/iiod/
Dthread-pool.c41 unsigned int thread_count; member
/external/python/cpython2/Python/
Dthread_atheos.h97 static atomic_t thread_count = 0; variable
Dthread_beos.h113 static int32 thread_count = 0; variable
/external/tensorflow/tensorflow/core/profiler/backends/cpu/
Dtraceme_recorder_test.cc79 std::atomic<int> thread_count = {0}; in TEST() local
/external/cronet/base/synchronization/
Dcondition_variable_unittest.cc487 WorkQueue::WorkQueue(int thread_count) in WorkQueue()
572 bool WorkQueue::ThreadSafeCheckShutdown(int thread_count) { in ThreadSafeCheckShutdown()
/external/libaom/test/
Dencode_perf_test.cc161 char thread_count[32]; in TEST_P() local
/external/gemmlowp/internal/
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
/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc502 WorkQueue::WorkQueue(int thread_count) in WorkQueue()
587 bool WorkQueue::ThreadSafeCheckShutdown(int thread_count) { in ThreadSafeCheckShutdown()

1234