refactor!: flatten session module

This commit is contained in:
Carson M.
2026-01-15 02:18:17 -06:00
parent 8329375b75
commit 2650caa43c
13 changed files with 170 additions and 181 deletions

View File

@@ -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}
};