#[repr(u32)]pub enum TensorTilingARM {
Optimal = 0,
Linear = 1,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for TensorTilingARM
impl Clone for TensorTilingARM
Source§fn clone(&self) -> TensorTilingARM
fn clone(&self) -> TensorTilingARM
Returns a duplicate 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 TensorTilingARM
impl Debug for TensorTilingARM
Source§impl PartialEq for TensorTilingARM
impl PartialEq for TensorTilingARM
impl Copy for TensorTilingARM
impl Eq for TensorTilingARM
impl StructuralPartialEq for TensorTilingARM
Auto Trait Implementations§
impl Freeze for TensorTilingARM
impl RefUnwindSafe for TensorTilingARM
impl Send for TensorTilingARM
impl Sync for TensorTilingARM
impl Unpin for TensorTilingARM
impl UnwindSafe for TensorTilingARM
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