#[repr(C)]pub struct Tensor { /* private fields */ }Available on crate features
tensor-ptr and std only.Expand description
Redefinition of the Tensor.
Trait Implementations§
Source§impl ExternType for Tensor
impl ExternType for Tensor
Auto Trait Implementations§
impl !Freeze for Tensor
impl RefUnwindSafe for Tensor
impl !Send for Tensor
impl !Sync for Tensor
impl !Unpin for Tensor
impl UnwindSafe for Tensor
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