mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
refactor!: flatten session module
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
use ort::{
|
||||
adapter::Adapter,
|
||||
ep,
|
||||
memory::{AllocationDevice, Allocator, AllocatorType, MemoryInfo, MemoryType},
|
||||
operator::{
|
||||
@@ -7,7 +6,7 @@ use ort::{
|
||||
io::{OperatorInput, OperatorOutput},
|
||||
kernel::{Kernel, KernelAttributes, KernelContext}
|
||||
},
|
||||
session::{RunOptions, Session},
|
||||
session::{Adapter, RunOptions, Session},
|
||||
value::{Tensor, TensorElementType}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user