mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
Remove unneeded line
This commit is contained in:
parent
887bad9187
commit
27f913e606
1 changed files with 0 additions and 1 deletions
|
|
@ -1045,7 +1045,6 @@ TEST_F(QnnHTPBackendTests, DumpJsonQNNGraph) {
|
|||
ASSERT_TRUE(std::filesystem::create_directory(dump_dir));
|
||||
|
||||
so.AppendExecutionProvider("QNN", options);
|
||||
Ort::Status status(OrtSessionOptionsAppendExecutionProvider_CPU(so, 1));
|
||||
Ort::Session session(*ort_env, ort_model_path, so);
|
||||
|
||||
// Check that QNN JSON file(s) exist.
|
||||
|
|
|
|||
Loading…
Reference in a new issue