Skip to content

Commit

Permalink
feat(vendor): Update to latest mnn version (2.9.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Oct 22, 2024
1 parent bd5a4d5 commit ef6b107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mnn-sys/vendor
Submodule vendor updated 148 files
2 changes: 1 addition & 1 deletion src/interpreter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ impl Interpreter {
let mut resize_status = 0i32;
let ptr = &mut resize_status as *mut i32;
let ret = unsafe {
mnn_sys::Interpreter_getSessionInfo(self.inner, session.inner, 2, ptr.cast())
mnn_sys::Interpreter_getSessionInfo(self.inner, session.inner, 3, ptr.cast())
};
ensure!(
ret == 1,
Expand Down

0 comments on commit ef6b107

Please sign in to comment.