pub struct NPU { /* private fields */ }Expand description
Bouffalo Convolutional Neural Network
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NPU
impl RefUnwindSafe for NPU
impl !Sync for NPU
impl Unpin for NPU
impl UnwindSafe for NPU
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