We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4df394 commit 9f03325Copy full SHA for 9f03325
1 file changed
Samples/WindowsML/Shared/cpp/PerformanceConfigurator.h
@@ -93,7 +93,8 @@ namespace Shared
93
94
static Ort::KeyValuePairs GetVitisAiOptions(PerformanceMode /*mode*/)
95
{
96
- return Ort::KeyValuePairs(nullptr);
+ Ort::KeyValuePairs options;
97
+ return options;
98
}
99
100
static Ort::KeyValuePairs GetMiGraphXOptions(PerformanceMode mode)
0 commit comments