Struct tract_proxy::Onnx
source · 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 RefUnwindSafe for Onnx
impl !Send for Onnx
impl !Sync for Onnx
impl Unpin 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