/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);
|
/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/lib/core/ |
D | threadpool.cc | 100 Eigen::ThreadPoolDevice device(this, this->NumThreads(), allocator_); in ParallelFor() 134 NumThreads() == 1) { in NumShardsUsedByTransformRangeConcurrently() 167 if (num_shards_used <= NumThreads()) { in TransformRangeConcurrently() 198 int ThreadPool::NumThreads() const { return impl_->NumThreads(); } in NumThreads() function in tensorflow::thread::ThreadPool
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_util_test.cc | 22 TEST(ProcessUtilTest, NumThreads) { in TEST() argument 33 EXPECT_EQ(10, pool->NumThreads()); in TEST()
|
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 | 55 UInt32 NumThreads; member 68 , NumThreads(1) in CCompressionMethodMode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | dsymutil.cpp | 112 static opt<unsigned> NumThreads( variable 118 aliasopt(NumThreads)); 345 if (NumThreads == 0) in getOptions() 497 NumThreads = in main() 499 llvm::ThreadPool Threads(NumThreads); in main() 559 if (NumThreads == 1) in main()
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | test.cc | 63 Eigen::ThreadPoolDevice device(&pool, pool.NumThreads()); in TEST() 77 Eigen::ThreadPoolDevice device(&pool, pool.NumThreads()); in BM_NAME()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_2d_gpu.h | 219 template <typename T, int NumThreads, int TileSizeI, int TileSizeJ, 224 eigen_assert(blockDim.x == NumThreads); 230 constexpr int ReadRowPerPass = NumThreads / TileSizeJ; 231 constexpr int WriteRowPerPass = NumThreads / TileSizeI; 286 constexpr int in_effective_thread_num = NumThreads / TileSizeJ * TileSizeJ; 332 constexpr int out_effective_thread_num = NumThreads / TileSizeI * TileSizeI; 608 constexpr int NumThreads = TileLongSide; 611 SwapDimension1And2InTensor3UsingTiles<T, NumThreads, TileLongSide, 613 total_tiles_count, NumThreads, 0, d.stream(), input, input_dims, 617 SwapDimension1And2InTensor3UsingTiles<T, NumThreads, TileShortSide, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 241 unsigned NumThreads) { in mergeInstrProfile() argument 258 if (NumThreads == 0) in mergeInstrProfile() 259 NumThreads = in mergeInstrProfile() 264 for (unsigned I = 0; I < NumThreads; ++I) in mergeInstrProfile() 268 if (NumThreads == 1) { in mergeInstrProfile() 272 ThreadPool Pool(NumThreads); in mergeInstrProfile() 278 Ctx = (Ctx + 1) % NumThreads; in mergeInstrProfile() 483 cl::opt<unsigned> NumThreads( in merge_main() local 487 cl::aliasopt(NumThreads)); in merge_main() 514 OutputSparse, NumThreads); in merge_main()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ZipRegistry.h | 44 UInt32 NumThreads; member 58 BlockLogSize = NumThreads = Level = Dictionary = Order = (UInt32)(Int32)-1; in ResetForLevelChange()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | backend.cc | 80 int NumThreads() const override { return pool_->NumThreads(); } in NumThreads() function in xla::__anonf38de3580111::EigenThreadPoolWrapper 97 wrapper->NumThreads())) {} in IntraOpThreadPool()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | CodeCoverage.cpp | 651 cl::opt<unsigned> NumThreads( in run() local 655 cl::aliasopt(NumThreads)); in run() 777 ViewOpts.NumThreads = NumThreads; in run() 935 auto NumThreads = ViewOpts.NumThreads; in doShow() local 938 if (NumThreads == 0) in doShow() 939 NumThreads = in doShow() 943 if (!ViewOpts.hasOutputDirectory() || NumThreads == 1) { in doShow() 949 ThreadPool Pool(NumThreads); in doShow()
|
D | CoverageReport.cpp | 356 auto NumThreads = Options.NumThreads; in prepareFileReports() local 359 if (NumThreads == 0) in prepareFileReports() 360 NumThreads = in prepareFileReports() 364 ThreadPool Pool(NumThreads); in prepareFileReports()
|
D | CoverageViewOptions.h | 43 unsigned NumThreads; member
|
/external/tensorflow/tensorflow/compiler/aot/tests/ |
D | tfcompile_test.cc | 225 Eigen::ThreadPoolDevice device(&tp, tp.NumThreads()); in TEST() 296 Eigen::ThreadPoolDevice device(&tp, tp.NumThreads()); in TEST() 322 Eigen::ThreadPoolDevice device(&tp, tp.NumThreads()); in TEST() 428 Eigen::ThreadPoolDevice device(&tp, tp.NumThreads()); in TEST() 456 Eigen::ThreadPoolDevice device(&tp, tp.NumThreads()); in TEST() 480 Eigen::ThreadPoolDevice device(&tp, tp.NumThreads()); in TEST() 502 Eigen::ThreadPoolDevice device(&tp, tp.NumThreads()); in TEST() 595 Eigen::ThreadPoolDevice device(&tp, tp.NumThreads()); in TEST()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | eigen_support.cc | 63 int NumThreads() const override { return pool_->NumThreads(); } in NumThreads() function in tflite::eigen_support::__anon64c280760111::EigenThreadPoolWrapper
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | evaluation_utils.cc | 44 int NumThreads() const override { return pool_->NumThreads(); } in NumThreads() function in tensorflow::grappler::__anondc970a030111::EigenThreadPoolWrapper
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | prediction_ops.cc | 171 Shard(worker_threads->NumThreads(), worker_threads, batch_size, in Compute() 265 Shard(worker_threads->NumThreads(), worker_threads, batch_size, in Compute() 385 Shard(worker_threads->NumThreads(), worker_threads, batch_size, in Compute()
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | ThreadPoolInterface.h | 22 virtual int NumThreads() const = 0;
|
/external/tensorflow/tensorflow/core/framework/ |
D | device_base_test.cc | 33 Eigen::ThreadPoolDevice eigen_device(&wrapper, pool.NumThreads()); in TEST()
|
/external/lzma/CS/7zip/ |
D | ICoder.cs | 135 NumThreads, enumerator
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | threadpool_dataset_op.cc | 52 int32 NumThreads() { return thread_pool_.NumThreads(); } in NumThreads() function in tensorflow::data::__anon808a52080111::ThreadPoolResource 220 params.runner_threadpool_size = pool->NumThreads(); in CreateParams()
|