pub struct TchTensorAsImage { /* private fields */ }Expand description
An 2D image Tensor with dimension order.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TchTensorAsImage
impl RefUnwindSafe for TchTensorAsImage
impl Send for TchTensorAsImage
impl !Sync for TchTensorAsImage
impl Unpin for TchTensorAsImage
impl UnwindSafe for TchTensorAsImage
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