mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
chore(tract): oops
This commit is contained in:
@@ -88,7 +88,6 @@ unsafe extern "system" fn CreateSession(
|
||||
|
||||
match Session::from_buffer(env, options, &buf) {
|
||||
Ok(session) => {
|
||||
println!("out");
|
||||
*out = (Box::leak(Box::new(session)) as *mut Session).cast();
|
||||
OrtStatusPtr::default()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user