Home
last modified time | relevance | path

Searched defs:numThreads (Results 1 – 25 of 50) sorted by relevance

12

/external/deqp/framework/delibs/decpp/
DdeSpinBarrier.cpp34 SpinBarrier::SpinBarrier (deInt32 numThreads) in SpinBarrier()
49 void SpinBarrier::reset (deUint32 numThreads) in reset()
60 …rier::WaitMode getWaitMode (SpinBarrier::WaitMode requested, deUint32 numCores, deInt32 numThreads) in getWaitMode()
175 TestThread (SpinBarrier& barrier, volatile deInt32* sharedVar, int numThreads, int threadNdx) in TestThread()
234 void multiThreadTest (int numThreads) in multiThreadTest()
276 …TestExitThread (SpinBarrier& barrier, int numThreads, int threadNdx, SpinBarrier::WaitMode waitMod… in TestExitThread()
309 void multiThreadRemoveTest (int numThreads, SpinBarrier::WaitMode waitMode) in multiThreadRemoveTest()
DdeAppendList.cpp97 void runAppendListTest (deUint32 numThreads, deUint32 numElements, deUint32 numElementsHint) in runAppendListTest()
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreter.java88 public Options setNumThreads(int numThreads) { in setNumThreads()
135 int numThreads = -1; field in Interpreter.Options
160 public Interpreter(@NonNull File modelFile, int numThreads) { in Interpreter()
197 public Interpreter(@NonNull ByteBuffer byteBuffer, int numThreads) { in Interpreter()
372 public void setNumThreads(int numThreads) { in setNumThreads()
DNativeInterpreterWrapper.java187 void setNumThreads(int numThreads) { in setNumThreads()
360 private static native void numThreads(long interpreterHandle, int numThreads); in numThreads() method in NativeInterpreterWrapper
372 private static native long createInterpreter(long modelHandle, long errorHandle, int numThreads); in createInterpreter()
/external/lzma/CPP/7zip/Common/
DMethodProps.h131 int numThreads = Get_NumThreads(); in Get_Lzma_NumThreads() local
140 int numThreads = Get_NumThreads(); in Get_Xz_NumThreads() local
188 int numThreads = Get_NumThreads(); in Get_BZip2_NumThreads() local
232 void AddProp_NumThreads(UInt32 numThreads) in AddProp_NumThreads()
/external/lzma/CPP/7zip/Compress/
DXzDecoder.cpp56 UInt32 numThreads = _numThreads; in Decode() local
136 STDMETHODIMP CComDecoder::SetNumberOfThreads(UInt32 numThreads) in SetNumberOfThreads()
DLzma2Decoder.cpp108 UInt32 numThreads = _numThreads; in Code() local
198 STDMETHODIMP CDecoder::SetNumberOfThreads(UInt32 numThreads) in SetNumberOfThreads()
/external/lzma/C/
DLzma2DecMt.h17 unsigned numThreads; member
DLzmaLib.c17 int numThreads /* 1 or 2, default = 2 */ in LzmaCompress()
DLzmaEnc.h28 int numThreads; /* 1 or 2, default = 2 */ member
DMtCoder.c454 unsigned numThreads = p->numThreadsMax; in MtCoder_Code() local
/external/dagger2/core/src/test/java/dagger/internal/
DDoubleCheckLazyTest.java42 int numThreads = 10; in get() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceDefault.h37 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE size_t numThreads() const { in numThreads() function
DTensorCostModel.h174 static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int numThreads( in numThreads() function
/external/guava/guava-tests/test/com/google/common/base/
DSuppliersTest.java268 final int numThreads = 3; in testSupplierThreadSafe() local
350 final int numThreads = 10; in testSynchronizedSupplierThreadSafe() local
/external/deqp/external/glslang/
Dosinclude.cpp94 void OS_WaitForAllThreads (void* threads, int numThreads) in OS_WaitForAllThreads()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.h55 uint32_t numThreads; member
Dthreads.cpp102 uint32_t numThreads = (uint32_t)_mm_popcount_sizeT(gmask.Mask); in CalculateProcessorTopology() local
895 static void InitPerThreadStats(SWR_CONTEXT* pContext, uint32_t numThreads) in InitPerThreadStats()
1023 uint32_t numThreads = numNodes * numCoresPerNode * numHyperThreads; in CreateThreadPool() local
/external/deqp/framework/delibs/dethread/
DdeThreadTest.c627 static void runSingletonThreadedTest (int numThreads, int initTimeMs) in runSingletonThreadedTest()
665 int numThreads; in deSingleton_selfTest() member
683 int numThreads = cases[caseNdx].numThreads; in deSingleton_selfTest() local
/external/jemalloc_new/msvc/test_threads/
Dtest_threads.cpp31 static const int numThreads = narenas + 1, numAllocsMax = 25, numIter1 = 50, numIter2 = 50; in test_threads() local
/external/jemalloc/msvc/projects/vc2015/test_threads/
Dtest_threads.cpp32 static const int numThreads = narenas + 1, numAllocsMax = 25, numIter1 = 50, numIter2 = 50; in test_threads() local
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp105 void CMultiMethodProps::SetMethodThreadsTo(COneMethodInfo &oneMethodInfo, UInt32 numThreads) in SetMethodThreadsTo()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DVersionInfoTest.java369 final int numThreads = 20; in TestMultiThread() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DVersionInfoTest.java372 final int numThreads = 20; in TestMultiThread() local
/external/tensorflow/tensorflow/core/kernels/
Dsoftmax_op_gpu.cu.cc164 const int numThreads = 128; in Compute() local

12