Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit e878552

Browse files
committed
Implement send for session
1 parent 88c6bab commit e878552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnxruntime/src/session.rs

+1
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ impl Output {
353353
self.dimensions.iter().map(|d| d.map(|d2| d2 as usize))
354354
}
355355
}
356+
unsafe impl<'a> Send for Session<'a> {}
356357

357358
impl<'a> Drop for Session<'a> {
358359
#[tracing::instrument]

0 commit comments

Comments
 (0)