Skip to content

Commit

Permalink
Update QNNHelper.cpp, upgrade to QNN SDK 2.23.0
Browse files Browse the repository at this point in the history
Signed-off-by: quic-zhanweiw <[email protected]>
  • Loading branch information
quic-zhanweiw authored Jun 25, 2024
1 parent caae08e commit 695d666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PyQNNHelper/QNNHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "QNNHelper.h"

#define QNNHELPER_VERSION "2.20.0"
#define QNNHELPER_VERSION "2.23.0"


ShareMemory::ShareMemory(const std::string& share_memory_name, const size_t share_memory_size) {
Expand Down Expand Up @@ -41,6 +41,7 @@ QNNContext::~QNNContext() {
g_LibQNNHelper.ModelDestroy(m_model_name, m_proc_name);
}


std::vector<py::array_t<float>>
QNNContext::Inference(const std::vector<py::array_t<float>>& input, const std::string& perf_profile) {
return inference(m_model_name, input, perf_profile);
Expand Down

0 comments on commit 695d666

Please sign in to comment.