/external/swiftshader/third_party/subzero/src/ |
D | LinuxMallocProfiling.cpp | 67 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) in LinuxMallocProfiling() argument 69 if (NumThreads != 0) { in LinuxMallocProfiling() 102 LinuxMallocProfiling::LinuxMallocProfiling(size_t NumThreads, Ostream *Ls) { in LinuxMallocProfiling() argument 103 (void)NumThreads; in LinuxMallocProfiling()
|
D | IceBrowserCompileServer.cpp | 116 char *onInitCallback(uint32_t NumThreads, int *ObjFileFDs, in onInitCallback() argument 152 gCompileServer->getParsedFlags(UseNumThreadsFromBrowser, NumThreads, in onInitCallback() 242 uint32_t NumThreads, int argc, in getParsedFlags() argument 248 ClFlags::Flags.setNumTranslationThreads(NumThreads); in getParsedFlags()
|
D | LinuxMallocProfiling.h | 32 LinuxMallocProfiling(size_t NumThreads, Ostream *Ls);
|
D | IceBrowserCompileServer.h | 53 void getParsedFlags(bool UseNumThreadsFromBrowser, uint32_t NumThreads,
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_sync_atomic_main.cpp | 211 const size_t NumThreads = 4; in testAtomicRMWThreads() local 212 pthread_t t[NumThreads]; in testAtomicRMWThreads() 213 pthread_attr_t attr[NumThreads]; in testAtomicRMWThreads() 217 for (size_t m = 0; m < NumThreads; ++m) { in testAtomicRMWThreads() 225 for (size_t m = 0; m < NumThreads; ++m) { in testAtomicRMWThreads() 232 for (size_t m = 0; m < NumThreads; ++m) { in testAtomicRMWThreads() 243 for (size_t m = 0; m < NumThreads; ++m) { in testAtomicRMWThreads()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | eigen_thread_pool.h | 32 int NumThreads() const override { return pool_->NumThreads(); } in NumThreads() function
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zCompressionMode.h | 53 UInt32 NumThreads; member 66 , NumThreads(1) in CCompressionMethodMode()
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | test.cc | 64 Eigen::ThreadPoolDevice device(&pool, pool.NumThreads()); in TEST() 78 Eigen::ThreadPoolDevice device(&pool, pool.NumThreads()); in BM_NAME()
|
D | benchmark_main.template | 34 Eigen::ThreadPoolDevice device(&pool, pool.NumThreads());
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | threadpool.cc | 99 Eigen::ThreadPoolDevice device(this, this->NumThreads()); in ParallelFor() 147 int ThreadPool::NumThreads() const { return impl_->NumThreads(); } in NumThreads() function in tensorflow::thread::ThreadPool
|
D | threadpool.h | 95 int NumThreads() const;
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_gpu_3.cu.cc | 236 template <typename T, int NumThreads, int TileSizeI, int TileSizeJ, 241 eigen_assert(blockDim.x == NumThreads); in SwapDimension1And2InTensor3UsingTiles() 247 constexpr int ReadRowPerPass = NumThreads / TileSizeJ; in SwapDimension1And2InTensor3UsingTiles() 248 constexpr int WriteRowPerPass = NumThreads / TileSizeI; in SwapDimension1And2InTensor3UsingTiles() 297 constexpr int in_effective_thread_num = NumThreads / TileSizeJ * TileSizeJ; in SwapDimension1And2InTensor3UsingTiles() 343 constexpr int out_effective_thread_num = NumThreads / TileSizeI * TileSizeI; in SwapDimension1And2InTensor3UsingTiles() 612 constexpr int NumThreads = TileLongSide; in LaunchBatchNarrowMatrixTransposeKernel() local 614 SwapDimension1And2InTensor3UsingTiles<T, NumThreads, TileLongSide, in LaunchBatchNarrowMatrixTransposeKernel() 616 <<<total_tiles_count, NumThreads, 0, d.stream()>>>(input, input_dims, in LaunchBatchNarrowMatrixTransposeKernel() 619 SwapDimension1And2InTensor3UsingTiles<T, NumThreads, TileShortSide, in LaunchBatchNarrowMatrixTransposeKernel() [all …]
|
D | bincount_op.cc | 57 const int64 num_threads = thread_pool->NumThreads() + 1; in Compute()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ZipRegistry.h | 44 UInt32 NumThreads; member 53 BlockLogSize = NumThreads = Level = Dictionary = Order = UInt32(-1); in ResetForLevelChange()
|
D | Bench.cpp | 1547 UInt32 NumThreads; member 1549 CFreqThreads(): Items(0), NumThreads(0) {} in CFreqThreads() 1552 for (UInt32 i = 0; i < NumThreads; i++) in WaitAll() 1554 NumThreads = 0; in WaitAll() 1605 UInt32 NumThreads; member 1607 CCrcThreads(): Items(0), NumThreads(0) {} in CCrcThreads() 1610 for (UInt32 i = 0; i < NumThreads; i++) in WaitAll() 1612 NumThreads = 0; in WaitAll() 2084 threads.NumThreads++; in FreqBench() 2220 threads.NumThreads++; in CrcBench()
|
/external/libcxx/utils/google-benchmark/test/ |
D | user_counters_test.cc | 146 CHECK_COUNTER_VALUE(e, int, "foo", EQ, e.NumThreads()); in CheckThreads() 147 CHECK_COUNTER_VALUE(e, int, "bar", EQ, 2 * e.NumThreads()); in CheckThreads()
|
/external/google-benchmark/test/ |
D | user_counters_test.cc | 146 CHECK_COUNTER_VALUE(e, int, "foo", EQ, e.NumThreads()); in CheckThreads() 147 CHECK_COUNTER_VALUE(e, int, "bar", EQ, 2 * e.NumThreads()); in CheckThreads()
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | ThreadPoolInterface.h | 22 virtual int NumThreads() const = 0;
|
D | SimpleThreadPool.h | 72 int NumThreads() const final { in NumThreads() function
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | multithreaded_conv.h | 46 int NumThreads() const override { return pool_->NumThreads(); } in NumThreads() function
|
/external/lzma/CS/7zip/ |
D | ICoder.cs | 135 NumThreads, enumerator
|
/external/tensorflow/tensorflow/compiler/aot/tests/ |
D | tfcompile_test.cc | 187 Eigen::ThreadPoolDevice device(&tp, tp.NumThreads()); in TEST() 258 Eigen::ThreadPoolDevice device(&tp, tp.NumThreads()); in TEST() 284 Eigen::ThreadPoolDevice device(&tp, tp.NumThreads()); in TEST() 390 Eigen::ThreadPoolDevice device(&tp, tp.NumThreads()); in TEST()
|
/external/tensorflow/tensorflow/core/util/ |
D | work_sharder.cc | 34 if (max_parallelism >= workers->NumThreads()) { in Shard()
|
/external/eigen/unsupported/test/ |
D | cxx11_non_blocking_thread_pool.cpp | 30 VERIFY_IS_EQUAL(tp.NumThreads(), kThreads); in test_parallelism()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/models/ |
D | multiple_additive_trees.cc | 76 boosted_trees::utils::ParallelFor(batch_size, worker_threads->NumThreads(), in Predict()
|