Home
last modified time | relevance | path

Searched defs:threadNum (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/java/com/mindspore/config/
DMSContext.java99 public boolean init(int threadNum, int cpuBindMode) { in init()
112 public boolean init(int threadNum, int cpuBindMode, boolean isEnableParallel) { in init()
153 public void setThreadNum(int threadNum) { in setThreadNum()
307 private native long createMSContext(int threadNum, int cpuBindMode, boolean enableParallel); in createMSContext()
317 private native void setThreadNum(long msContextPtr, int threadNum); in setThreadNum()
/third_party/mindspore/test/fuzztest/mindspore_fuzzer/
Dcontext_c_fuzzer.cpp13 int32_t threadNum = dataFuzz.GetData<int32_t>(); in MSContextFuzzTest_ThreadNum() local
97 int32_t threadNum = dataFuzz.GetData<int32_t>(); in MSContextFuzzTest_ThreadNum_Add1() local
176 int32_t threadNum = dataFuzz.GetData<int32_t>(); in MSContextFuzzTest_ThreadNum_Add2() local
255 int32_t threadNum = dataFuzz.GetData<int32_t>(); in MSContextFuzzTest_ThreadNum_Add3() local
275 int32_t threadNum = dataFuzz.GetData<int32_t>(); in MSContextFuzzTest_ThreadNum_Add4() local
/third_party/icu/icu4c/source/test/intltest/
Dsimplethread.cpp39 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {} in ThreadPoolThread()
Dcallimts.cpp203 void CalendarLimitTest::TestLimitsThread(int32_t threadNum) { in TestLimitsThread()
Ddtifmtts.cpp1789 void DateIntervalFormatTest::threadFunc11669(int32_t threadNum) { in threadFunc11669()
/third_party/mindspore/mindspore-src/source/include/js_api/
D@ohos.ai.mindSporeLite.d.ts428 threadNum?: number; property
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dmasked_select.cc176 std::atomic<int> threadNum{0}; in ParallelCompute() local