Skip to content

Commit

Permalink
Update QNNHelper.h
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 695d666 commit ebb7ee0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions PyQNNHelper/QNNHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ LibQNNHelper g_LibQNNHelper;
QNN_LOG_LEVEL_VERBOSE = 4,
QNN_LOG_LEVEL_DEBUG = 5,
*/
int set_log_level(int32_t log_level) {
return SetLogLevel(log_level);
int set_log_level(int32_t log_level, std::string log_path = "None") {
return SetLogLevel(log_level, log_path);
}


/*
OFF = 0,
BASIC = 1,
Expand Down

0 comments on commit ebb7ee0

Please sign in to comment.