pub struct Tensor<P, T> { /* private fields */ }Implementations§
Trait Implementations§
impl<P: Eq, T: Eq> Eq for Tensor<P, T>
impl<P, T> StructuralPartialEq for Tensor<P, T>
Auto Trait Implementations§
impl<P, T> Freeze for Tensor<P, T>
impl<P, T> RefUnwindSafe for Tensor<P, T>where
P: RefUnwindSafe,
T: RefUnwindSafe,
impl<P, T> Send for Tensor<P, T>
impl<P, T> Sync for Tensor<P, T>
impl<P, T> Unpin for Tensor<P, T>
impl<P, T> UnwindSafe for Tensor<P, T>where
P: UnwindSafe,
T: UnwindSafe,
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