pub struct UnrankedTensor(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for UnrankedTensor
impl Clone for UnrankedTensor
Source§fn clone(&self) -> UnrankedTensor
fn clone(&self) -> UnrankedTensor
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<&Type> for UnrankedTensor
impl From<&Type> for UnrankedTensor
Source§impl From<MlirType> for UnrankedTensor
impl From<MlirType> for UnrankedTensor
Source§impl From<Type> for UnrankedTensor
impl From<Type> for UnrankedTensor
Source§impl IType for UnrankedTensor
impl IType for UnrankedTensor
Source§impl NewElementType for UnrankedTensor
impl NewElementType for UnrankedTensor
fn new_element_type(_other: &Self, t: &Type) -> Self
Auto Trait Implementations§
impl Freeze for UnrankedTensor
impl RefUnwindSafe for UnrankedTensor
impl !Send for UnrankedTensor
impl !Sync for UnrankedTensor
impl Unpin for UnrankedTensor
impl UnwindSafe for UnrankedTensor
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