Skip to content

Commit

Permalink
Update test_inference.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
pacowong authored Feb 2, 2025
1 parent dd6bc30 commit bcf186e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onnxruntime/test/wasm/test_inference.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#include "core/session/onnxruntime_cxx_api.h"

TEST(WebAssemblyTest, test) {
auto numIntraOpsThreads = 10;
auto numInterOpsThreads = 4;
auto numIntraOpsThreads = 4;
// OrtThreadingOptions *threadingOptions;
// Ort::SessionOptions sessionOptions;
// sessionOptions.DisablePerSessionThreads();
Expand Down

0 comments on commit bcf186e

Please sign in to comment.