pub struct EpConfig {
pub options: HashMap<String, String>,
}Expand description
Opaque, namespaced configuration passed to ExecutionProvider::initialize.
Fields§
§options: HashMap<String, String>Namespaced key/value options (e.g. "cuda.arena_extend_strategy").
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EpConfig
impl RefUnwindSafe for EpConfig
impl Send for EpConfig
impl Sync for EpConfig
impl Unpin for EpConfig
impl UnsafeUnpin for EpConfig
impl UnwindSafe for EpConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more