#[repr(i32)]pub enum MemType {
Default = 0,
}
Expand description
Memory type
Only support ONNX’s default type for now.
Variants§
Default = 0
Default memory type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemType
impl RefUnwindSafe for MemType
impl Send for MemType
impl Sync for MemType
impl Unpin for MemType
impl UnwindSafe for MemType
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