lyblsgo
2023-03-21 13d57c776de1692200a6abfee88db1f9e82ee41d
funasr/runtime/onnxruntime/src/paraformer_onnx.cpp
@@ -10,7 +10,8 @@
    fe = new FeatureExtract(3);
    sessionOptions.SetInterOpNumThreads(nNumThread);
    //sessionOptions.SetInterOpNumThreads(1);
    sessionOptions.SetIntraOpNumThreads(nNumThread);
    sessionOptions.SetGraphOptimizationLevel(GraphOptimizationLevel::ORT_ENABLE_EXTENDED);
#ifdef _WIN32