pub struct TensorShape2_3_4;Expand description
example of static tensor shape.
Trait Implementations§
Source§impl Clone for TensorShape2_3_4
impl Clone for TensorShape2_3_4
Source§fn clone(&self) -> TensorShape2_3_4
fn clone(&self) -> TensorShape2_3_4
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 Debug for TensorShape2_3_4
impl Debug for TensorShape2_3_4
Source§impl Hash for TensorShape2_3_4
impl Hash for TensorShape2_3_4
Source§impl PartialEq for TensorShape2_3_4
impl PartialEq for TensorShape2_3_4
impl Eq for TensorShape2_3_4
impl StructuralPartialEq for TensorShape2_3_4
Auto Trait Implementations§
impl Freeze for TensorShape2_3_4
impl RefUnwindSafe for TensorShape2_3_4
impl Send for TensorShape2_3_4
impl Sync for TensorShape2_3_4
impl Unpin for TensorShape2_3_4
impl UnwindSafe for TensorShape2_3_4
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