pub struct TensorTilingARM(/* private fields */);Expand description
Implementations§
Source§impl TensorTilingARM
impl TensorTilingARM
pub const OPTIMAL: TensorTilingARM
pub const LINEAR: TensorTilingARM
pub const fn from_raw(value: i32) -> TensorTilingARM
pub const fn as_raw(self) -> i32
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 Default for TensorTilingARM
impl Default for TensorTilingARM
Source§fn default() -> TensorTilingARM
fn default() -> TensorTilingARM
Returns the “default value” for a type. Read more
Source§impl Display for TensorTilingARM
impl Display for TensorTilingARM
Source§impl Error for TensorTilingARM
impl Error for TensorTilingARM
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for TensorTilingARM
impl Hash for TensorTilingARM
Source§impl Ord for TensorTilingARM
impl Ord for TensorTilingARM
Source§fn cmp(&self, other: &TensorTilingARM) -> Ordering
fn cmp(&self, other: &TensorTilingARM) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TensorTilingARM
impl PartialEq for TensorTilingARM
Source§impl PartialOrd for TensorTilingARM
impl PartialOrd 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 UnsafeUnpin 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