We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6bc30 commit bcf186eCopy full SHA for bcf186e
onnxruntime/test/wasm/test_inference.cc
@@ -6,7 +6,8 @@
6
#include "core/session/onnxruntime_cxx_api.h"
7
8
TEST(WebAssemblyTest, test) {
9
- auto numIntraOpsThreads = 10;
+ auto numInterOpsThreads = 4;
10
+ auto numIntraOpsThreads = 4;
11
// OrtThreadingOptions *threadingOptions;
12
// Ort::SessionOptions sessionOptions;
13
// sessionOptions.DisablePerSessionThreads();
0 commit comments