Home
last modified time | relevance | path

Searched refs:getNumThreads (Results 176 – 200 of 384) sorted by relevance

12345678910>>...16

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dsparse_match_interpolators.cpp252 parallel_for_(Range(0,getNumThreads()),GetKNNMatches_ParBody(*this,getNumThreads())); in preprocessData()
1178 parallel_for_(Range(0, getNumThreads()), [&](const Range & range) in interpolate()
1180 int stripe_sz = (int)ceil(match_num / (double)getNumThreads()); in interpolate()
H A Ddtfilter_cpu.inl.hpp330 isrcBuf.create(cv::getNumThreads(), src.cols + 1, traits::Type<WorkVec>::value); in FilterIC_horPass()
H A Ddisparity_filters.cpp159 num_stripes = getNumThreads(); in init()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dutility.hpp218 CV_EXPORTS_W int getNumThreads();
H A Dprivate.hpp348 int threads = cv::getNumThreads(); in ippiSuggestThreadsNum()
/dports/devel/bullet/bullet3-3.21/src/LinearMath/TaskScheduler/
H A DbtTaskScheduler.cpp530 virtual int getNumThreads() const BT_OVERRIDE
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/TaskScheduler/
H A DbtTaskScheduler.cpp530 virtual int getNumThreads() const BT_OVERRIDE
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/LinearMath/TaskScheduler/
H A DbtTaskScheduler.cpp530 virtual int getNumThreads() const BT_OVERRIDE
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/TaskScheduler/
H A DbtTaskScheduler.cpp530 virtual int getNumThreads() const BT_OVERRIDE
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/TaskScheduler/
H A DbtTaskScheduler.cpp530 virtual int getNumThreads() const BT_OVERRIDE
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/LinearMath/TaskScheduler/
H A DbtTaskScheduler.cpp530 virtual int getNumThreads() const BT_OVERRIDE
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/layers/
H A Dlrn_layer.cpp287 int nstripes = std::max(getNumThreads(), 1); in channelNormalization()
H A Dfully_connected_layer.cpp489 const int nstripes = getNumThreads(); in forward()
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/
H A Dop_inf_engine.cpp858 … InferenceEngine::PluginConfigParams::KEY_CPU_THREADS_NUM, format("%d", getNumThreads()), in detectMyriadX_()
864 … InferenceEngine::PluginConfigParams::KEY_CPU_THREADS_NUM, format("%d", getNumThreads()), in detectMyriadX_()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/julia/gen/
H A Dfunclist.csv143 cv.getNumThreads
/dports/biology/canu/canu-2.2/src/bogart/
H A Dbogart.C448 fprintf(stderr, " Compute Threads %d\n", getNumThreads()); in main()
H A DAS_BAT_OptimizePositions.C509 uint32 numThreads = getNumThreads(); in optimizePositions()
/dports/graphics/yafaray/libYafaRay-3.5.1/src/integrators/
H A Dbidirpath.cc182 threadData.resize(scene->getNumThreads()); in preprocess()
183 for(int t=0; t<scene->getNumThreads(); ++t) in preprocess()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DLocalScheduler_G4IR.h356 unsigned getNumThreads() const { return configurations[currentMode].second; } in getNumThreads() function
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Dmsd.cpp171 int steps = cv::getNumThreads(); in detect()
/dports/science/plumed/plumed2-2.7.2/src/opes/
H A DOPESmetad.cpp445 NumOMP_=OpenMP::getNumThreads(); in OPESmetad()
805 …spite %d MPI processes and %u OpenMP threads available\n",comm.Get_size(),OpenMP::getNumThreads()); in OPESmetad()
/dports/databases/hbase/hbase-1.2.1/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/store/wal/
H A DWALProcedureStore.java231 public int getNumThreads() { in getNumThreads() method in WALProcedureStore
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DStmtProfile.cpp449 if (C->getNumThreads()) in VisitOMPNumThreadsClause()
450 Profiler->VisitStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DStmtProfile.cpp447 if (C->getNumThreads()) in VisitOMPNumThreadsClause()
448 Profiler->VisitStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DStmtProfile.cpp447 if (C->getNumThreads()) in VisitOMPNumThreadsClause()
448 Profiler->VisitStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()

12345678910>>...16