pub struct Onnx(/* private fields */);Trait Implementations§
Source§impl OnnxInterface for Onnx
impl OnnxInterface for Onnx
type InferenceModel = InferenceModel
fn model_for_path(&self, path: impl AsRef<Path>) -> Result<InferenceModel>
Auto Trait Implementations§
impl !Send for Onnx
impl !Sync for Onnx
impl Freeze for Onnx
impl RefUnwindSafe for Onnx
impl Unpin for Onnx
impl UnsafeUnpin for Onnx
impl UnwindSafe for Onnx
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