We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395e20d commit 65c17b0Copy full SHA for 65c17b0
onnxruntime/test/util/default_providers.cc
@@ -80,6 +80,7 @@ std::unique_ptr<IExecutionProvider> TensorrtExecutionProviderWithOptions(const O
80
return factory->CreateProvider();
81
#else
82
ORT_UNUSED_PARAMETER(params);
83
+ ORT_UNUSED_PARAMETER(force_reload_library);
84
#endif
85
return nullptr;
86
}
0 commit comments