Skip to content

Commit

Permalink
fix: qnn backend input list recover
Browse files Browse the repository at this point in the history
  • Loading branch information
liang1232018 committed Jan 7, 2024
1 parent 77f1ba2 commit adaa777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/QNN/QNNBackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ QNNBackend::QNNBackend(shared_ptr<MemoryManager> mm) : Backend(mm) {
m_isContextCreated = false;

// config path strings
// split(m_inputListPaths, inputListPaths, ',');
split(m_inputListPaths, inputListPaths, ',');
split(m_opPackagePaths, opPackagePaths, ',');
if (m_outputPath.empty()) {
m_outputPath = s_defaultOutputPath;
Expand Down

0 comments on commit adaa777

Please sign in to comment.