Struct ark_api::ml_inference::InferenceRuntime
source · pub struct InferenceRuntime { /* private fields */ }Expand description
The Inference Runtime is responsible for managing the lifetime of multiple inference models, from load to unload.
Implementations§
Trait Implementations§
source§impl Default for InferenceRuntime
impl Default for InferenceRuntime
Auto Trait Implementations§
impl RefUnwindSafe for InferenceRuntime
impl Send for InferenceRuntime
impl Sync for InferenceRuntime
impl Unpin for InferenceRuntime
impl UnwindSafe for InferenceRuntime
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